Skip to content

Commit 587fea1

Browse files
committed
Merge branch 'feature/pkconfig' into 'develop'
Fix pkconfig and header destination See merge request iniparser/iniparser!167
2 parents 9272780 + 5689a57 commit 587fea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/pc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
prefix=${pcfiledir}/../..
1+
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
3-
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
3+
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@PROJECT_NAME@
44
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
55

66
Name: @PROJECT_NAME@
7-
Description: @PROJECT_NAME@ library
7+
Description: Simple C library offering ini file parsing services
88
Version: @PROJECT_VERSION@
99
Libs: -L${libdir} -l@PROJECT_NAME@
1010
Cflags: -I${includedir}

0 commit comments

Comments
 (0)