mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
cmake: Disable warnings for most externals on MSVC, like we do in the VS project files.
This commit is contained in:
1
Externals/discord-rpc/src/CMakeLists.txt
vendored
1
Externals/discord-rpc/src/CMakeLists.txt
vendored
@ -31,6 +31,7 @@ if(WIN32)
|
||||
add_definitions(-DDISCORD_WINDOWS)
|
||||
set(BASE_RPC_SRC ${BASE_RPC_SRC} connection_win.cpp discord_register_win.cpp)
|
||||
add_library(discord-rpc ${BASE_RPC_SRC})
|
||||
dolphin_disable_warnings_msvc(discord-rpc)
|
||||
if (MSVC)
|
||||
if(USE_STATIC_CRT)
|
||||
foreach(CompilerFlag
|
||||
|
Reference in New Issue
Block a user