Explorar o código

Fix 3MF importer

Andy Maloney %!s(int64=6) %!d(string=hai) anos
pai
achega
df6d257633
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      code/CMakeLists.txt

+ 5 - 2
code/CMakeLists.txt

@@ -778,8 +778,11 @@ ADD_ASSIMP_EXPORTER( GLTF
 )
 
 ADD_ASSIMP_IMPORTER( 3MF
-    D3MFExporter.h
-    D3MFExporter.cpp
+	D3MFImporter.h
+    D3MFImporter.cpp
+	D3MFOpcPackage.h
+    D3MFOpcPackage.cpp
+    3MFXmlTags.h
 )
 
 ADD_ASSIMP_EXPORTER( 3MF