Catch2Config.cmake.in 250 B

12345678910
  1. @PACKAGE_INIT@
  2. # Avoid repeatedly including the targets
  3. if(NOT TARGET Catch2::Catch2)
  4. # Provide path for scripts
  5. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
  6. include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
  7. endif()