8 lines
215 B
CMake
8 lines
215 B
CMake
# 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 ()
|