File: Catch2Config.cmake.in

package info (click to toggle)
log4cplus 2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,592 kB
  • sloc: cpp: 53,091; sh: 10,537; ansic: 1,845; python: 1,226; perl: 263; makefile: 209; xml: 85; objc: 59
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
@PACKAGE_INIT@


# Avoid repeatedly including the targets
if(NOT TARGET Catch2::Catch2)
    # Provide path for scripts
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

    include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
endif()