Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 337 Bytes

sdl2-config.cmake.in

File metadata and controls

10 lines (9 loc) · 337 Bytes
 
1
2
3
4
# sdl2 cmake project-config input for ./configure scripts
set(prefix "@prefix@")
set(exec_prefix "@exec_prefix@")
6
7
8
9
10
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@")