mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
2f59284971
Partially fixes Bugzilla #3208.
11 lines
337 B
CMake
11 lines
337 B
CMake
# 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@")
|