From 6c1145d922ac03bbfe17cb3152aa55a706426792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 23 Jun 2018 15:03:42 +0200 Subject: [PATCH] Improve pkg-config integration a bit --- CMake/catch2.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMake/catch2.pc.in b/CMake/catch2.pc.in index d50c753b..3ac9fbd1 100644 --- a/CMake/catch2.pc.in +++ b/CMake/catch2.pc.in @@ -1,6 +1,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ Name: Catch2 -Description: Testing library for C++ +Description: A modern, C++-native, header-only, test framework for C++11 +URL: https://github.com/catchorg/Catch2 Version: @Catch2_VERSION@ Cflags: -I${includedir}