mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore: initial commit
This commit is contained in:
commit
c955dd6531
16 changed files with 18109 additions and 0 deletions
13
tempest/CMakeLists.txt
Normal file
13
tempest/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
file(GLOB TEMPEST_SOURCES
|
||||
"*.cpp"
|
||||
"vector/*.cpp"
|
||||
)
|
||||
|
||||
add_library(tempest STATIC
|
||||
${TEMPEST_SOURCES}
|
||||
)
|
||||
|
||||
target_include_directories(tempest
|
||||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue