1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-17 23:24:46 +02:00

pkgconfig: Add missing entries

This adds prefix and exec_prefix fields
This commit is contained in:
Biswapriyo Nath 2021-09-11 00:02:20 +05:30 committed by Martin Hořeňovský
parent 12bca890b7
commit efd8cc8777

@ -1,3 +1,5 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@