From bc524d70253a4ab2fe40c3ca3e5666e267c0a4d1 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 19:25:29 +0100 Subject: import catch2 3.8.1 --- CMake/catch2-with-main.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CMake/catch2-with-main.pc.in (limited to 'CMake/catch2-with-main.pc.in') diff --git a/CMake/catch2-with-main.pc.in b/CMake/catch2-with-main.pc.in new file mode 100644 index 0000000..69a790b --- /dev/null +++ b/CMake/catch2-with-main.pc.in @@ -0,0 +1,10 @@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +pkg_version=@Catch2_VERSION@ + +Name: Catch2-With-Main +Description: A modern, C++-native test framework for C++14 and above (links in default main) +Version: ${pkg_version} +Requires: catch2 = ${pkg_version} +Cflags: -I${includedir} +Libs: -L${libdir} -lCatch2Main -- cgit v1.2.3