Home | History | Annotate | Download | only in CMake
      1 @PACKAGE_INIT@
      2 
      3 
      4 # Avoid repeatedly including the targets
      5 if(NOT TARGET Catch2::Catch2)
      6     # Provide path for scripts
      7     list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
      8 
      9     include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
     10 endif()
     11