refactor shared
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user