Skip to content

Commit 9fbd303

Browse files
authored
Merge pull request #116 from 0-wiz-0/master
Add library path to pkg-config file.
2 parents 9ebe7bc + 99cdae1 commit 9fbd303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif()
8686

8787
set(PKG_CONFIG_INCLUDEDIR "\${prefix}/include")
8888
set(PKG_CONFIG_LIBDIR "\${prefix}/lib")
89-
set(PKG_CONFIG_LIBS "-lopenjph")
89+
set(PKG_CONFIG_LIBS "-L\${prefix}/lib -lopenjph")
9090

9191
include(GNUInstallDirs)
9292
install(TARGETS openjph

0 commit comments

Comments
 (0)