We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9272780 + 5689a57 commit 587fea1Copy full SHA for 587fea1
cmake/pc.in
@@ -1,10 +1,10 @@
1
-prefix=${pcfiledir}/../..
+prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@PROJECT_NAME@
4
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
5
6
Name: @PROJECT_NAME@
7
-Description: @PROJECT_NAME@ library
+Description: Simple C library offering ini file parsing services
8
Version: @PROJECT_VERSION@
9
Libs: -L${libdir} -l@PROJECT_NAME@
10
Cflags: -I${includedir}
0 commit comments