m2b-gd-tp10/external/DGtal/CMakeLists.txt

16 lines
347 B
CMake

cmake_minimum_required(VERSION 3.15)
include(FetchContent)
set(WITH_QGLVIEWER true)
set(WITH_QT5 true)
set(BUILD_EXAMPLES OFF)
FetchContent_Declare(
DGtal
URL https://github.com/DGtal-team/DGtal/archive/refs/tags/1.2.tar.gz
URL_HASH MD5=19e443ca4f3927c9b9eff742cdfa138f
DEPENDS libQGLViewer_ep-build)
FetchContent_MakeAvailable(DGtal)