2021-09-10 20:32:20 +02:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2018-01-18 00:01:27 +01:00
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
2020-03-18 10:51:35 +01:00
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
2017-10-12 21:42:09 +02:00
|
|
|
|
2018-06-11 10:48:10 +02:00
|
|
|
Name: Catch2
|
2020-05-03 18:54:38 +02:00
|
|
|
Description: A modern, C++-native, test framework for C++14 and above
|
2018-06-23 15:03:42 +02:00
|
|
|
URL: https://github.com/catchorg/Catch2
|
2018-01-18 19:20:08 +01:00
|
|
|
Version: @Catch2_VERSION@
|
2018-06-11 10:48:10 +02:00
|
|
|
Cflags: -I${includedir}
|
2020-03-18 10:51:35 +01:00
|
|
|
Libs: -L${libdir} -lCatch2
|