Skip to content

Commit

Permalink
Merge pull request #116 from 0-wiz-0/master
Browse files Browse the repository at this point in the history
Add library path to pkg-config file.
  • Loading branch information
aous72 authored Jan 6, 2024
2 parents 9ebe7bc + 99cdae1 commit 9fbd303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ endif()

set(PKG_CONFIG_INCLUDEDIR "\${prefix}/include")
set(PKG_CONFIG_LIBDIR "\${prefix}/lib")
set(PKG_CONFIG_LIBS "-lopenjph")
set(PKG_CONFIG_LIBS "-L\${prefix}/lib -lopenjph")

include(GNUInstallDirs)
install(TARGETS openjph
Expand Down

0 comments on commit 9fbd303

Please sign in to comment.