pkgconfig: Add missing entries

This adds prefix, exec_prefix and libdir fields
This commit is contained in:
Biswapriyo Nath 2021-09-08 19:07:09 +05:30 committed by Martin Hořeňovský
parent 4b9780201b
commit 85c9544fa4
1 changed files with 3 additions and 0 deletions

View File

@ -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