libragephoto/src/ragephoto.pc.in

11 lines
316 B
PkgConfig
Raw Permalink 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 and RDR 2
Version: @ragephoto_VERSION@
2021-08-27 21:48:33 +02:00
Libs: -L${libdir} -lragephoto
2021-11-06 14:28:46 +01:00
Cflags: -I${includedir}