mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #6143 from ligfx/dolphinflags
CMake: add DOLPHIN_CXX_FLAGS option
This commit is contained in:
commit
7fe11c9578
@ -1,3 +1,8 @@
|
||||
option(DOLPHIN_CXX_FLAGS "Flags used to compile Dolphin-only sources" "")
|
||||
if(DOLPHIN_CXX_FLAGS)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${DOLPHIN_CXX_FLAGS}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
add_definitions(-DNOMINMAX)
|
||||
add_definitions(-DUNICODE)
|
||||
|
Loading…
Reference in New Issue
Block a user