mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 02:45:57 -04:00
13 lines
329 B
PkgConfig
13 lines
329 B
PkgConfig
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: @SDL2_ALL_PKGCONFIG_MODULES@
|
|
Conflicts:
|
|
Libs: @SDL2PP_EXTRA_PKGCONFIG_LIBRARIES@ -L${libdir} -lSDL2pp
|
|
Cflags: -I${includedir}
|