Browse Source
Merge pull request #3719 from jbeich/clang
Unbreak -Werror=implicit-fallthrough with Clang
pull/15/merge
Rodrigo Locatti
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
|
@ -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() |
|
|
|
|