aboutsummaryrefslogtreecommitdiff
path: root/test/win/CMakeLists.txt
blob: 138af96bebcc8448fdedc038febe7924f5f3b0c2 (plain)
1
2
3
4
5
6
add_executable(cru_test_win_base
	String.cpp
)
target_link_libraries(cru_test_win_base PRIVATE cru_win_base cru_test_base)

gtest_discover_tests(cru_test_win_base)