mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(build): migrate squall to lib
This commit is contained in:
parent
6126778dcb
commit
717557b18c
5 changed files with 3 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "vendor/squall"]
|
||||
path = vendor/squall
|
||||
path = lib/squall
|
||||
url = https://github.com/whoahq/squall
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
add_definitions(-DWHOA_PLATFORM_MAC)
|
||||
endif()
|
||||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(tempest)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(vendor)
|
||||
|
|
|
|||
1
lib/CMakeLists.txt
Normal file
1
lib/CMakeLists.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
add_subdirectory(squall)
|
||||
1
vendor/CMakeLists.txt
vendored
1
vendor/CMakeLists.txt
vendored
|
|
@ -1 +0,0 @@
|
|||
add_subdirectory(squall)
|
||||
Loading…
Add table
Add a link
Reference in a new issue