CGDI/cmake/geometry-central.cmake
2025-02-19 10:35:30 +01:00

12 lines
203 B
CMake

if (TARGET geometry-central)
return()
endif()
include(CPM)
CPMAddPackage(
NAME geometry-central
GIT_TAG 1f8a50c353e90322294c1c5aa0d411b7894f24ed
GITHUB_REPOSITORY "nmwsharp/geometry-central"
)