Browse Source
fix apple clang
Signed-off-by: lizzie <lizzie@eden-emu.dev>
liz-dynarmic-macos-fbsd-port
lizzie
3 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
3 additions and
3 deletions
-
CMakeLists.txt
|
|
|
@ -455,15 +455,15 @@ if (YUZU_USE_CPM) |
|
|
|
|
|
|
|
# Opus |
|
|
|
AddJsonPackage(opus) |
|
|
|
if (NOT TARGET Opus::opus) |
|
|
|
add_library(Opus::opus ALIAS opus) |
|
|
|
endif() |
|
|
|
if (Opus_ADDED) |
|
|
|
if (MSVC AND CXX_CLANG) |
|
|
|
target_compile_options(opus PRIVATE |
|
|
|
-Wno-implicit-function-declaration |
|
|
|
) |
|
|
|
endif() |
|
|
|
if (NOT TARGET Opus::opus) |
|
|
|
add_library(Opus::opus ALIAS opus) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
if (NOT TARGET Opus::opus) |
|
|
|
|