mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
Updated assimp to latest
This commit is contained in:
parent
25ce4477ce
commit
161bf7f83b
461 changed files with 34662 additions and 30165 deletions
|
|
@ -23,6 +23,7 @@
|
|||
project(assimp)
|
||||
|
||||
addPath("${libDir}/assimp/code")
|
||||
addPath("${libDir}/assimp/code/Importer")
|
||||
addPath("${libDir}/assimp/contrib")
|
||||
|
||||
addPath("${libDir}/assimp/contrib/clipper")
|
||||
|
|
@ -45,6 +46,7 @@ addDef(ASSIMP_BUILD_NO_OPENGEX_IMPORTER)
|
|||
addDef(ASSIMP_BUILD_NO_IRRMESH_IMPORTER)
|
||||
addDef(ASSIMP_BUILD_NO_IRR_IMPORTER)
|
||||
addDef(ASSIMP_BUILD_NO_OWN_ZLIB)
|
||||
addDef(ASSIMP_BUILD_NO_STEP_IMPORTER)
|
||||
|
||||
addInclude(${libDir}/assimp)
|
||||
addInclude(${libDir}/assimp/include/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue