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