diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | cmake/FindSDL2_image.cmake (renamed from cmake/FindSDL2_Image.cmake) | 0 | ||||
-rw-r--r-- | cmake/FindSDL2_mixer.cmake (renamed from cmake/FindSDL2_Mixer.cmake) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20a2c3c..0e5b3ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -13,8 +13,8 @@ find_package(PkgConfig) | |||
13 | pkg_check_modules(LUA REQUIRED lua) | 13 | pkg_check_modules(LUA REQUIRED lua) |
14 | 14 | ||
15 | find_package(SDL2 REQUIRED) | 15 | find_package(SDL2 REQUIRED) |
16 | find_package(SDL2_Image REQUIRED) | 16 | find_package(SDL2_image REQUIRED) |
17 | find_package(SDL2_Mixer REQUIRED) | 17 | find_package(SDL2_mixer REQUIRED) |
18 | 18 | ||
19 | set(ALL_LIBS | 19 | set(ALL_LIBS |
20 | ${SDL2_LIBRARY} | 20 | ${SDL2_LIBRARY} |
diff --git a/cmake/FindSDL2_Image.cmake b/cmake/FindSDL2_image.cmake index de842ca..de842ca 100644 --- a/cmake/FindSDL2_Image.cmake +++ b/cmake/FindSDL2_image.cmake | |||
diff --git a/cmake/FindSDL2_Mixer.cmake b/cmake/FindSDL2_mixer.cmake index 1d9778c..1d9778c 100644 --- a/cmake/FindSDL2_Mixer.cmake +++ b/cmake/FindSDL2_mixer.cmake | |||