finalize schema/data setup
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
4d7bf09c4e
commit
954b8a11a3
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 ()
|
||||
|
|
|
|||
1
vendor/catch2
vendored
Submodule
1
vendor/catch2
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f5cee49c71e7c0e805695b03e8af533783789762
|
||||
1
vendor/json
vendored
Submodule
1
vendor/json
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6057b31df7fe0b958d1795defc108d1f26e26441
|
||||
2
vendor/sqlitecpp
vendored
2
vendor/sqlitecpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 32fa3c1a9beae1a2c49fdd08cc659ea6153da666
|
||||
Subproject commit 8edc04b73bdee4b487ca59abd68615fa66c7948b
|
||||
Loading…
Add table
Add a link
Reference in a new issue