Skip to content

Commit

Permalink
fix lib and include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpoz authored and odygrd committed Oct 31, 2023
1 parent 224ccb1 commit ccd14b7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions quill/cmake/quill.pc.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@

libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: quill
Description: Low Latency C++ Logging Library
URL: https://github.com/odygrd/quill
Version: @QUILL_VERSION@
CFlags: -I${includedir}
Libs: -L${libdir} -lquill -lpthread
Requires: @PKG_CONFIG_REQUIRES@
Requires: @PKG_CONFIG_REQUIRES@

0 comments on commit ccd14b7

Please sign in to comment.