Change dependency management
This commit is contained in:
12
3rdParty/assimp/CMakeLists.txt
vendored
Normal file
12
3rdParty/assimp/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
assimp
|
||||
GIT_REPOSITORY https://github.com/assimp/assimp.git
|
||||
GIT_TAG v5.0.1
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(ASSIMP_BUILD_TESTS OFF)
|
||||
set(ASSIMP_BUILD_SAMPLES OFF)
|
||||
set(ASSIMP_INSTALL OFF)
|
||||
FetchContent_MakeAvailable(assimp)
|
||||
Reference in New Issue
Block a user