File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cmake/compile_definitions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if(NOT DEFINED SUNSHINE_ICON_PATH)
3838 set (SUNSHINE_ICON_PATH "${CMAKE_SOURCE_DIR} /sunshine.ico" )
3939endif ()
4040
41- configure_file ("${CMAKE_SOURCE_DIR} /src/platform/windows/windows.rs .in" windows.rc @ONLY)
41+ configure_file ("${CMAKE_SOURCE_DIR} /src/platform/windows/windows.rc .in" windows.rc @ONLY)
4242
4343set (PLATFORM_TARGET_FILES
4444 "${CMAKE_CURRENT_BINARY_DIR} /windows.rc"
Original file line number Diff line number Diff line change 11/**
2- * @file src/platform/windows/windows.rs .in
2+ * @file src/platform/windows/windows.rc .in
33 * @brief Windows resource file template.
4- * @note The final `windows.rs ` is generated from this file during the CMake build.
4+ * @note The final `windows.rc ` is generated from this file during the CMake build.
55 * @todo Use CMake definitions directly, instead of configuring this file.
66 */
77#include "winver.h"
You can’t perform that action at this time.
0 commit comments