finalize schema/data setup

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2025-01-01 13:49:05 +01:00
parent 98cb7a44ef
commit a49912337d
No known key found for this signature in database
89 changed files with 2324 additions and 6271 deletions

View file

@ -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 ()