mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
CMake: Hide warnings in Externals also for non-msvc.
This commit is contained in:
2
Externals/xxhash/CMakeLists.txt
vendored
2
Externals/xxhash/CMakeLists.txt
vendored
@ -1,7 +1,7 @@
|
||||
project(xxhash C)
|
||||
|
||||
add_library(xxhash STATIC xxHash/xxhash.c)
|
||||
dolphin_disable_warnings_msvc(xxhash)
|
||||
dolphin_disable_warnings(xxhash)
|
||||
target_include_directories(xxhash
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xxHash
|
||||
|
Reference in New Issue
Block a user