This commit is contained in:
Ian Bassi
2026-08-12 19:17:00 -03:00
committed by SoftFever
parent ccd34ab03a
commit 72a68e9a0f
7 changed files with 427 additions and 2 deletions

4
deps/CMakeLists.txt vendored
View File

@@ -367,6 +367,9 @@ include(libnoise/libnoise.cmake)
include(Draco/Draco.cmake)
# Assimp: glTF/GLB/FBX import for the texture-to-color feature.
include(Assimp/Assimp.cmake)
# I *think* 1.1 is used for *just* md5 hashing?
# 3.1 has everything in the right place, but the md5 funcs used are deprecated
@@ -448,6 +451,7 @@ set(_dep_list
dep_libnoise
dep_python3
dep_wxInspector
dep_Assimp
)
if (MSVC)