1
0

refactor shared

This commit is contained in:
2026-01-08 19:23:19 +08:00
parent 07cc58fb36
commit 64368b7837
23 changed files with 400 additions and 234 deletions

View File

@@ -3,8 +3,11 @@ target_sources(BasaltShared
PRIVATE
# Sources
basalt/pipe_operator.cpp
basalt/kernel.cpp
basalt/math.cpp
basalt/engine.cpp
basalt/deliver.cpp
basalt/object_loader.cpp
basalt/anime_loader.cpp
)
target_sources(BasaltShared
@@ -15,8 +18,12 @@ FILES
basalt/char_types.hpp
basalt/export_macro.hpp
basalt/pipe_operator.hpp
basalt/kernel.hpp
basalt/math.hpp
basalt/guid.hpp
basalt/engine.hpp
basalt/deliver.hpp
basalt/object_loader.hpp
basalt/anime_loader.hpp
)
target_include_directories(BasaltShared
PUBLIC