mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
cmake: Disable warnings for most externals on MSVC, like we do in the VS project files.
This commit is contained in:
parent
a5e85627b0
commit
6ea7af13e8
30 changed files with 56 additions and 0 deletions
1
Externals/zstd/CMakeLists.txt
vendored
1
Externals/zstd/CMakeLists.txt
vendored
|
@ -115,6 +115,7 @@ set(ZSTD_SRCS
|
|||
)
|
||||
|
||||
add_library(zstd STATIC ${ZSTD_SRCS} ${ZSTD_PUBLIC_HDRS} ${ZSTD_PRIVATE_HDRS})
|
||||
dolphin_disable_warnings_msvc(zstd)
|
||||
add_library(zstd::zstd ALIAS zstd)
|
||||
|
||||
target_include_directories(zstd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue