finalize schema/data setup
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
70820129ae
commit
195f51d3d0
89 changed files with 2324 additions and 6271 deletions
5
vendor/CMakeLists.txt
vendored
5
vendor/CMakeLists.txt
vendored
|
|
@ -1,3 +1,8 @@
|
|||
# order is important here since sqlitecpp otherwise duplicates cppbase
|
||||
add_subdirectory(cppbase)
|
||||
add_subdirectory(sqlitecpp)
|
||||
add_subdirectory(json)
|
||||
|
||||
if (LIBIKARUS_ENABLE_TESTS)
|
||||
add_subdirectory(catch2)
|
||||
endif ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue