author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Fri, 20 May 2016 22:18:15 +0200 | |
changeset 10175 | fcf0d3ca1fa2 |
parent 9978 | a80ea42a4adc |
permissions | -rw-r--r-- |
9785
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
# sdl2 cmake project-config input for ./configure scripts |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 |
|
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
set(prefix "@prefix@") |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 |
set(exec_prefix "@exec_prefix@") |
9978
a80ea42a4adc
Fixed typo in sdl2-config.cmake.in (thanks, Rafal!).
Ryan C. Gordon <icculus@icculus.org>
parents:
9785
diff
changeset
|
5 |
set(libdir "@libdir@") |
9785
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 |
set(SDL2_PREFIX "@prefix@") |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 |
set(SDL2_EXEC_PREFIX "@prefix@") |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 |
set(SDL2_LIBDIR "@libdir@") |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 |
set(SDL2_INCLUDE_DIRS "@includedir@/SDL2") |
6e87ae760e6d
Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 |
set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@") |