File: Config.cmake.in

package info (click to toggle)
doctest 2.4.5%2Brepack0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,064 kB
  • sloc: cpp: 11,871; python: 369; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
if(NOT TARGET doctest::doctest)
    # Provide path for scripts
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

    include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
endif()