mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
19ecad6f68
This describes the reality better, as it also links in the rest of Catch2. The on-disk name of the static library remains just `Catch2Main`, as that is what it is -- single main function -- and on-disk artifacts cannot describe link dependencies.
10 lines
279 B
PkgConfig
10 lines
279 B
PkgConfig
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
Name: Catch2
|
|
Description: A modern, C++-native, test framework for C++14 and above
|
|
URL: https://github.com/catchorg/Catch2
|
|
Version: @Catch2_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lCatch2
|