CGDI/cmake/geometry-central.cmake
David Coeurjolly 3809396344 missing files
2023-01-10 10:51:50 +01:00

15 lines
303 B
CMake

if (TARGET geometry-central)
return()
endif()
include(FetchContent)
message(STATUS "Fetching geometry-central")
FetchContent_Declare(
geometry-central
GIT_REPOSITORY https://github.com/nmwsharp/geometry-central.git
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(geometry-central)