Enquote WINDOWS_ICON_PATH

This commit is contained in:
Tim Angus 2025-08-14 12:41:27 +01:00
parent 712fbcf240
commit 2ec1bbd144

View File

@ -28,7 +28,7 @@ endif()
list(APPEND CLIENT_DEFINITIONS USE_ICON)
set_source_files_properties(${SOURCE_DIR}/sys/win_resource.rc
PROPERTIES COMPILE_DEFINITIONS WINDOWS_ICON_PATH=${WINDOWS_ICON_PATH})
PROPERTIES COMPILE_DEFINITIONS WINDOWS_ICON_PATH="${WINDOWS_ICON_PATH}")
if(MSVC)
# We have our own manifest, disable auto creation