aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
blob: c413319308dcb56d4dc42d192ddb5c567e983509 (plain)
1
2
3
4
5
6
7
8
9
10
include(Catch)

add_library(CruTestBase INTERFACE)
target_link_libraries(CruTestBase INTERFACE Catch2::Catch2WithMain)

add_subdirectory(common)
add_subdirectory(platform)
add_subdirectory(xml)
add_subdirectory(toml)
add_subdirectory(ui)