mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
11 lines
298 B
PkgConfig
11 lines
298 B
PkgConfig
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||
|
pkg_version=@Catch2_VERSION@
|
||
|
|
||
|
Name: Catch2-Main
|
||
|
Description: Links in the default main function for Catch2
|
||
|
Version: ${pkg_version}
|
||
|
Requires: catch2 = ${pkg_version}
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lCatch2Main
|