aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/service/test/CMakeLists.txt
blob: 035d3a2cab76f2c75ae944009151beb351bb6182 (plain) (blame)
1
2
3
add_executable(service_test_windows_error windows_error.cpp)
target_link_libraries(service_test_windows_error PRIVATE service)
set_target_properties(service_test_windows_error PROPERTIES OUTPUT_NAME windows_error)