Skip to content

Commit

Permalink
pkgconfig: Add missing entries
Browse files Browse the repository at this point in the history
This adds prefix, exec_prefix and libdir fields
  • Loading branch information
Biswa96 authored and horenmar committed Sep 10, 2021
1 parent 4b97802 commit 85c9544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMake/catch2.pc.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@

Name: Catch2
Description: A modern, C++-native, header-only, test framework for C++11
Expand Down

0 comments on commit 85c9544

Please sign in to comment.