missing files
This commit is contained in:
parent
08e63a0d91
commit
3809396344
BIN
cmake/.DS_Store
vendored
Normal file
BIN
cmake/.DS_Store
vendored
Normal file
Binary file not shown.
14
cmake/geometry-central.cmake
Normal file
14
cmake/geometry-central.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
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)
|
15
cmake/polyscope.cmake
Normal file
15
cmake/polyscope.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
if (TARGET polyscope)
|
||||
return()
|
||||
endif()
|
||||
|
||||
include(FetchContent)
|
||||
|
||||
message(STATUS "Fetching polyscope")
|
||||
|
||||
FetchContent_Declare(
|
||||
polyscope
|
||||
GIT_REPOSITORY https://github.com/nmwsharp/polyscope.git
|
||||
GIT_TAG v1.2.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(polyscope)
|
Loading…
x
Reference in New Issue
Block a user