mirror of
https://github.com/catchorg/Catch2.git
synced 2025-02-22 14:13:30 +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
|
Name: Catch
|
||||||
Description: Testing library for C++
|
Description: Testing library for C++
|
||||||
Version: @Catch2_VERSION@
|
Version: @Catch2_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}/catch
|
||||||
|
Loading…
Reference in New Issue
Block a user