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

gtest_discover_tests(cru_base_test)