mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
cmake: Fix typo in dolphin_compile_definitions
This commit is contained in:
parent
33ceb042b7
commit
5514680bc8
@ -30,5 +30,5 @@ function(dolphin_compile_definitions)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
|
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
|
||||||
"$<${genexp_config_test}:${ARGN}>")
|
"$<${genexp_config_test}:${defs}>")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
@ -206,7 +206,7 @@ endif()
|
|||||||
|
|
||||||
if(CMAKE_C_COMPILER_ID MATCHES "MSVC")
|
if(CMAKE_C_COMPILER_ID MATCHES "MSVC")
|
||||||
check_and_add_flag(EXCEPTIONS /EHsc)
|
check_and_add_flag(EXCEPTIONS /EHsc)
|
||||||
dolphin_compile_definitions(-D_DEBUG DEBUG_ONLY)
|
dolphin_compile_definitions(_DEBUG DEBUG_ONLY)
|
||||||
|
|
||||||
string(APPEND CMAKE_EXE_LINKER_FLAGS " /NXCOMPAT")
|
string(APPEND CMAKE_EXE_LINKER_FLAGS " /NXCOMPAT")
|
||||||
string(APPEND CMAKE_EXE_LINKER_FLAGS " /BASE:0x00400000")
|
string(APPEND CMAKE_EXE_LINKER_FLAGS " /BASE:0x00400000")
|
||||||
|
Loading…
Reference in New Issue
Block a user