write shit
This commit is contained in:
@@ -2,9 +2,9 @@ add_library(BasaltShared STATIC "")
|
||||
target_sources(BasaltShared
|
||||
PRIVATE
|
||||
# Sources
|
||||
pipe_operator.cpp
|
||||
engine.cpp
|
||||
deliver.cpp
|
||||
basalt/pipe_operator.cpp
|
||||
basalt/kernel.cpp
|
||||
basalt/math.cpp
|
||||
|
||||
)
|
||||
target_sources(BasaltShared
|
||||
@@ -12,11 +12,11 @@ PUBLIC
|
||||
FILE_SET HEADERS
|
||||
FILES
|
||||
# Headers
|
||||
basalt_char.hpp
|
||||
basalt_export.hpp
|
||||
pipe_operator.hpp
|
||||
engine.hpp
|
||||
deliver.hpp
|
||||
basalt/char_types.hpp
|
||||
basalt/export_macro.hpp
|
||||
basalt/pipe_operator.hpp
|
||||
basalt/kernel.hpp
|
||||
basalt/math.hpp
|
||||
)
|
||||
target_include_directories(BasaltShared
|
||||
PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user