aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/CMakeLists.txt
blob: 3b61d11f8e14dc97419fc24fa7c05a2f6249de40 (plain) (blame)
1
2
3
4
5
6
7
add_executable(echo echo.cpp)
set_target_properties(echo PROPERTIES OUTPUT_NAME winapi-common-test-echo)

install(TARGETS echo RUNTIME DESTINATION bin)
install_pdbs(TARGETS echo DESTINATION bin)

add_subdirectory(unit_tests)