diff options
Diffstat (limited to 'contrib/catch2/CMake/catch2.pc.in')
| -rw-r--r-- | contrib/catch2/CMake/catch2.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/catch2/CMake/catch2.pc.in b/contrib/catch2/CMake/catch2.pc.in new file mode 100644 index 0000000..bd1c95a --- /dev/null +++ b/contrib/catch2/CMake/catch2.pc.in @@ -0,0 +1,11 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ + +Name: Catch2 +Description: A modern, C++-native, test framework for C++14 and above +URL: https://github.com/catchorg/Catch2 +Version: @Catch2_VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -lCatch2 |
