catch2.pc.in 331 B

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