mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
5af918eefd
Related to #1032
10 lines
200 B
PkgConfig
10 lines
200 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@/include
|