improve cmake setup
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
dedd6a6ba1
commit
d72059aa74
6 changed files with 14 additions and 25 deletions
3
vendor/CMakeLists.txt
vendored
3
vendor/CMakeLists.txt
vendored
|
|
@ -1,2 +1,3 @@
|
|||
add_subdirectory(catch2)
|
||||
# order is important here since sqlitecpp otherwise duplicates cppbase
|
||||
add_subdirectory(cppbase)
|
||||
add_subdirectory(sqlitecpp)
|
||||
|
|
|
|||
1
vendor/catch2
vendored
1
vendor/catch2
vendored
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 5bba3e4038602badb691da914523f667a2dd1f27
|
||||
1
vendor/cppbase
vendored
Submodule
1
vendor/cppbase
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6bf80cf9d5ff54ab300f7e88a8cb9996f441dae6
|
||||
2
vendor/sqlitecpp
vendored
2
vendor/sqlitecpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 7832ea68dca4c8367dd938b079a01ccffe6a7acd
|
||||
Subproject commit 4a97c47847cbe9cf610a636137f678b447cdde5a
|
||||
Loading…
Add table
Add a link
Reference in a new issue