summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/sdl2-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/SDL2/sdl2-config.cmake.in')
-rw-r--r--3rdparty/SDL2/sdl2-config.cmake.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/3rdparty/SDL2/sdl2-config.cmake.in b/3rdparty/SDL2/sdl2-config.cmake.in
deleted file mode 100644
index 03efbe174d0..00000000000
--- a/3rdparty/SDL2/sdl2-config.cmake.in
+++ /dev/null
@@ -1,11 +0,0 @@
-# sdl2 cmake project-config input for ./configure scripts
-
-set(prefix "@prefix@")
-set(exec_prefix "@exec_prefix@")
-set(libdir "@libdir@")
-set(SDL2_PREFIX "@prefix@")
-set(SDL2_EXEC_PREFIX "@prefix@")
-set(SDL2_LIBDIR "@libdir@")
-set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
-set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")
-string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)