chore(build): add squall

This commit is contained in:
fallenoak 2020-11-26 08:54:05 -06:00
parent 1749ef2496
commit d14778c6c3
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
5 changed files with 11 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "vendor/squall"]
path = vendor/squall
url = https://github.com/whoahq/squall

View file

@ -39,3 +39,4 @@ endif()
add_subdirectory(tempest)
add_subdirectory(test)
add_subdirectory(vendor)

View file

@ -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
View file

@ -0,0 +1 @@
add_subdirectory(squall)

1
vendor/squall vendored Submodule

@ -0,0 +1 @@
Subproject commit be391c6592de733183e1a03edc09f55b92a4a758