add pkgconfig, improve Qt example
This commit is contained in:
parent
33c3dcb512
commit
dd47087afd
5 changed files with 43 additions and 23 deletions
9
src/ragephoto.pc.in
Normal file
9
src/ragephoto.pc.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libragephoto
|
||||
Description: Open Source RAGE Photo Parser for GTA V
|
||||
Version: @PROJECT_VERSION@
|
||||
Libs: -L${libdir} -lragephoto
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue