aboutsummaryrefslogtreecommitdiff
path: root/test/win/CMakeLists.txt
blob: 343b40fef51f2ab64c447cffae932df245c278db (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)