diff --git a/windows/runner/CMakeLists.txt b/windows/runner/CMakeLists.txt index 394917c0..b1c0ecbb 100644 --- a/windows/runner/CMakeLists.txt +++ b/windows/runner/CMakeLists.txt @@ -16,6 +16,9 @@ add_executable(${BINARY_NAME} WIN32 "runner.exe.manifest" ) +# Set the output name with space +set_target_properties(${BINARY_NAME} PROPERTIES OUTPUT_NAME "Umbrix Start") + # Apply the standard set of build settings. This can be removed for applications # that need different build settings. apply_standard_settings(${BINARY_NAME})