catch2-with-main.pc.in 337 B

12345678910
  1. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  2. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  3. pkg_version=@Catch2_VERSION@
  4. Name: Catch2-With-Main
  5. Description: A modern, C++-native test framework for C++14 and above (links in default main)
  6. Version: ${pkg_version}
  7. Requires: catch2 = ${pkg_version}
  8. Cflags: -I${includedir}
  9. Libs: -L${libdir} -lCatch2Main