mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(build): add squall
This commit is contained in:
parent
1749ef2496
commit
d14778c6c3
5 changed files with 11 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "vendor/squall"]
|
||||
path = vendor/squall
|
||||
url = https://github.com/whoahq/squall
|
||||
|
|
@ -39,3 +39,4 @@ endif()
|
|||
|
||||
add_subdirectory(tempest)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(vendor)
|
||||
|
|
|
|||
|
|
@ -11,3 +11,8 @@ target_include_directories(tempest
|
|||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(tempest
|
||||
PRIVATE
|
||||
storm
|
||||
)
|
||||
|
|
|
|||
1
vendor/CMakeLists.txt
vendored
Normal file
1
vendor/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
add_subdirectory(squall)
|
||||
1
vendor/squall
vendored
Submodule
1
vendor/squall
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit be391c6592de733183e1a03edc09f55b92a4a758
|
||||
Loading…
Add table
Add a link
Reference in a new issue