aboutsummaryrefslogtreecommitdiff
path: root/test/common/CMakeLists.txt
blob: 810c68d54835593784613c28da3bc8c5f581e532 (plain)
1
2
3
4
5
6
7
8
9
add_executable(cru_base_test
	HandlerRegistryTest.cpp
	PropertyTreeTest.cpp
	StringTest.cpp
	StringUtilTest.cpp
)
target_link_libraries(cru_base_test PRIVATE cru_base cru_test_base)

gtest_discover_tests(cru_base_test)