catch2/catch.pc.in
David Seifert c778848b09 Fix pkg-config
* All uses of Catch involve #include'ing it without
  a prefixed folder, such as `#include "catch.hpp"`.
  This requires fixing the pkg-config file.
2018-01-30 11:13:53 +01:00

7 lines
149 B
PkgConfig

includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: Catch
Description: Testing library for C++
Version: @Catch2_VERSION@
Cflags: -I${includedir}/catch