mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:49:59 +00:00
Merge pull request #3719 from jbeich/clang
Unbreak -Werror=implicit-fallthrough with Clang
This commit is contained in:
commit
4d7d3651f3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue