olm/lib/doctest/scripts/cmake/Config.cmake.in

7 lines
204 B
CMake
Raw Normal View History

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()