pkg-config: improve ragephoto.pc
This commit is contained in:
parent
624191e9f4
commit
81ac027d5d
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
|
exec_prefix=${prefix}
|
||||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/RagePhoto
|
||||||
|
|
||||||
Name: libragephoto
|
Name: libragephoto
|
||||||
Description: Open Source RAGE Photo Parser for GTA V
|
Description: Open Source RAGE Photo Parser for GTA V
|
||||||
Version: @PROJECT_VERSION@
|
Version: @PROJECT_VERSION@
|
||||||
Libs: -L${libdir} -lragephoto
|
Libs: -L${libdir} -lragephoto
|
||||||
Cflags: -I${includedir}/RagePhoto
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue