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 26, 2024
1 parent b08cf7c commit 9e8809d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ if(MSVC)
add_custom_command(
TARGET supertuxkart POST_BUILD COMMAND "mt.exe"
-manifest \"${PROJECT_SOURCE_DIR}\\windows\\dpi_aware.manifest\"
-outputresource:\"$<TARGET_FILE_DIR:supertuxkart>\"\;\#1)
-inputresource:\"$<TARGET_FILE:supertuxkart>\"\;\#1
-outputresource:\"$<TARGET_FILE:supertuxkart>\"\;\#1)
endif()

if(MINGW)
Expand Down

0 comments on commit 9e8809d

Please sign in to comment.