pkg-config: improve ragephoto.pc

This commit is contained in:
Syping 2021-11-06 14:28:46 +01:00
parent 624191e9f4
commit 81ac027d5d
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/RagePhoto
Name: libragephoto
Description: Open Source RAGE Photo Parser for GTA V
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lragephoto
Cflags: -I${includedir}/RagePhoto
Cflags: -I${includedir}