chore(build): migrate squall to lib

This commit is contained in:
fallenoak 2020-12-02 20:25:10 -06:00
parent 6126778dcb
commit 717557b18c
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
5 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View file

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

View file

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

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

View file

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