aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/CMakeLists.txt
blob: 396356d14ab0bd222fc4cb1d3b9b20f72668efd4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                          
       

                            
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)
if(MINGW)
    target_compile_options(echo PRIVATE -municode)
    target_link_libraries(echo PRIVATE -municode)
endif()

add_subdirectory(unit_tests)