This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2024CG-project-render/cmake/libigl.cmake
github-classroom[bot] 5985bb8445
Initial commit
2024-10-24 10:26:51 +00:00

11 lines
210 B
CMake

if(TARGET igl::core)
return()
endif()
include(FetchContent)
FetchContent_Declare(
libigl
GIT_REPOSITORY https://github.com/libigl/libigl.git
GIT_TAG v2.5.0
)
FetchContent_MakeAvailable(libigl)