libragephoto/src/ragephoto.pc.in

11 lines
304 B
PkgConfig
Raw Normal View History

2021-08-27 21:48:33 +02:00
prefix=@CMAKE_INSTALL_PREFIX@
2021-11-06 14:28:46 +01:00
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
2021-11-06 14:28:46 +01:00
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/RagePhoto
2021-08-27 21:48:33 +02:00
Name: libragephoto
Description: Open Source RAGE Photo Parser for GTA V
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lragephoto
2021-11-06 14:28:46 +01:00
Cflags: -I${includedir}