summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-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)
13pkg_check_modules(LUA REQUIRED lua) 13pkg_check_modules(LUA REQUIRED lua)
14 14
15find_package(SDL2 REQUIRED) 15find_package(SDL2 REQUIRED)
16find_package(SDL2_Image REQUIRED) 16find_package(SDL2_image REQUIRED)
17find_package(SDL2_Mixer REQUIRED) 17find_package(SDL2_mixer REQUIRED)
18 18
19set(ALL_LIBS 19set(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