mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 01:12:11 +00:00
* `GNUInstallDirs` is a standardised way to change paths, which makes systems integration easier and allows for a more consistent user experience.
7 lines
149 B
PkgConfig
7 lines
149 B
PkgConfig
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Catch
|
|
Description: Testing library for C++
|
|
Version: @CATCH_VERSION_NUMBER@
|
|
Cflags: -I${includedir}
|