catch2/catch.pc.in
David Seifert 8d4074aad9 Use GNUInstallDirs module
* `GNUInstallDirs` is a standardised way to
  change paths, which makes systems integration
  easier and allows for a more consistent user
  experience.
2018-01-18 13:13:39 +01:00

7 lines
149 B
PkgConfig

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