author | Ryan C. Gordon <icculus@icculus.org> |
Tue, 06 Oct 2015 00:10:54 -0400 | |
changeset 9887 | 77f017f7f16d |
parent 9785 | 6e87ae760e6d |
child 9978 | a80ea42a4adc |
permissions | -rw-r--r-- |
1 # sdl2 cmake project-config input for ./configure scripts
3 set(prefix "@prefix@")
4 set(exec_prefix "@exec_prefix@")
5 set(libdir "@libdir")
6 set(SDL2_PREFIX "@prefix@")
7 set(SDL2_EXEC_PREFIX "@prefix@")
8 set(SDL2_LIBDIR "@libdir@")
9 set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
10 set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")