mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-14 01:39:54 +01:00
11 lines
193 B
PkgConfig
11 lines
193 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
|
||
|
Name: Catch
|
||
|
Description: Testing library for C++
|
||
|
Requires:
|
||
|
Version: @CATCH_VERSION_NUMBER@
|
||
|
Libs:
|
||
|
Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@
|
||
|
|