mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Prevent auto win32 manifest generation on link/lld-link
This commit is contained in:
parent
58bbabc1b1
commit
8336c15611
1 changed files with 4 additions and 0 deletions
|
|
@ -224,6 +224,10 @@ if(("${CMAKE_COMPILER_IS_GNUCC}" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") AND
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(MSVC OR CMAKE_CXX_LINK_EXECUTABLE MATCHES "lld-link.exe")
|
||||||
|
target_link_options(SRB2SDL2 PRIVATE /MANIFEST:NO)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_compile_features(SRB2SDL2 PRIVATE c_std_11 cxx_std_17)
|
target_compile_features(SRB2SDL2 PRIVATE c_std_11 cxx_std_17)
|
||||||
set_target_properties(SRB2SDL2 PROPERTIES
|
set_target_properties(SRB2SDL2 PROPERTIES
|
||||||
C_STANDARD 11
|
C_STANDARD 11
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue