Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
10 lines
341 B
PkgConfig
10 lines
341 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@lib_dir@
|
|
pkg_version=@Catch2_VERSION@
|
|
|
|
Name: Catch2 with main function
|
|
Description: A modern, C++-native test framework for C++14 and above (links in default main)
|
|
URL: https://github.com/catchorg/Catch2
|
|
Version: ${pkg_version}
|
|
Requires: catch2 = ${pkg_version}
|
|
Libs: -L${libdir} -l@lib_name@
|