Skip to content

Commit

Permalink
Try fix MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJellyfish committed Oct 24, 2024
1 parent 45116ca commit b08cf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ if(MSVC)
SET(CMAKE_SHARED_LINKER_FLAGS /MANIFEST:NO)
add_custom_command(
TARGET supertuxkart POST_BUILD COMMAND "mt.exe"
-manifest \"windows\\dpi_aware.manifest\"
-manifest \"${PROJECT_SOURCE_DIR}\\windows\\dpi_aware.manifest\"
-outputresource:\"$<TARGET_FILE_DIR:supertuxkart>\"\;\#1)
endif()

Expand Down

0 comments on commit b08cf7c

Please sign in to comment.