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

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

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

if(WIN32)
	add_subdirectory(win)
endif()