mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
8d4074aad9
* `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}
|