https://github.com/philsquared/Catch
Raw File
Tip revision: 87074da73ecb1c2e7c35fd14f50ca21c4c002adc authored by Martin Hořeňovský on 07 October 2020, 09:43:02 UTC
v2.13.2
Tip revision: 87074da
catch2.pc.in
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: Catch2
Description: A modern, C++-native, header-only, test framework for C++11
URL: https://github.com/catchorg/Catch2
Version: @Catch2_VERSION@
Cflags: -I${includedir}
back to top