mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
15 lines
325 B
PkgConfig
15 lines
325 B
PkgConfig
# libSDL2pp pkg-config source file
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: sdl2pp
|
|
Description: C++11 bindings/wrappers for SDL2.
|
|
Version: @SDL2PP_VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lSDL2pp
|
|
Cflags: -I${includedir}@SDL2_PKGCONFIG_CFLAGS@
|