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.
This commit is contained in:
David Seifert 2018-01-30 11:13:53 +01:00
parent 44dbda9f01
commit c778848b09
1 changed files with 1 additions and 1 deletions

View File

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