aboutsummaryrefslogtreecommitdiff
path: root/test/ui/CMakeLists.txt
blob: 66a7cd275876d2e17deee110a2fc1ffae84b517e (plain)
1
2
3
4
5
6
add_executable(CruUiTest
	DeleteLaterTest.cpp
)
target_link_libraries(CruUiTest PRIVATE CruUi CruTestBase)

cru_catch_discover_tests(CruUiTest)