mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-18 03:26:10 +01:00
c778848b09
* All uses of Catch involve #include'ing it without a prefixed folder, such as `#include "catch.hpp"`. This requires fixing the pkg-config file.
7 lines
149 B
PkgConfig
7 lines
149 B
PkgConfig
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Catch
|
|
Description: Testing library for C++
|
|
Version: @Catch2_VERSION@
|
|
Cflags: -I${includedir}/catch
|