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 dedd6a6ba1
commit d72059aa74
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
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)