Skip to content

Commit 3e5955b

Browse files
committed
in: Fix wrong include path.
An include path problem caused the .pc file not to work correctly. It would be great to also have tests for such basic functionality.
1 parent a92ff8f commit 3e5955b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

in/csnip.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2-
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2+
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/csnip-@PROJECT_VERSION@
33

44
Name: csnip
55
Description: C snippet library

0 commit comments

Comments
 (0)