mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-02 21:23:51 +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}
|