mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
7 lines
197 B
CMake
7 lines
197 B
CMake
if(NOT TARGET doctest::doctest)
|
|
# Provide path for scripts
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/doctestTargets.cmake")
|
|
endif()
|