/ externals / catch / CMake / catch2.pc.in
catch2.pc.in
 1  prefix=@CMAKE_INSTALL_PREFIX@
 2  exec_prefix=${prefix}
 3  includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 4  libdir=@CMAKE_INSTALL_FULL_LIBDIR@
 5  
 6  Name: Catch2
 7  Description: A modern, C++-native, test framework for C++14 and above
 8  URL: https://github.com/catchorg/Catch2
 9  Version: @Catch2_VERSION@
10  Cflags: -I${includedir}
11  Libs: -L${libdir} -lCatch2