mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 08:12:25 -07:00
Merge pull request #3719 from jbeich/clang
Unbreak -Werror=implicit-fallthrough with Clang
This commit is contained in:
@@ -164,7 +164,7 @@ if (ENABLE_SDL2)
|
||||
set(SDL2_LIBRARIES "SDL2::SDL2")
|
||||
endif()
|
||||
|
||||
include_directories(${SDL2_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM ${SDL2_INCLUDE_DIRS})
|
||||
add_library(SDL2 INTERFACE)
|
||||
target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARIES}")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user