mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-18 03:26:10 +01:00
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:
parent
44dbda9f01
commit
c778848b09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user