improve cmake setup

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2024-02-15 22:04:37 +01:00 committed by Folling
parent 23e38156d7
commit 2c09ff48ca
No known key found for this signature in database
6 changed files with 14 additions and 25 deletions

View file

@ -1,2 +1,3 @@
add_subdirectory(catch2)
# order is important here since sqlitecpp otherwise duplicates cppbase
add_subdirectory(cppbase)
add_subdirectory(sqlitecpp)