瀏覽代碼

ASSIMP_BUILD_NO_*_EXPORTER

Full fix for #2557

These macros should be all-caps.
Correct the cmakelists
RichardTea 6 年之前
父節點
當前提交
7fc4cf1552
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

@@ -810,7 +810,7 @@ ADD_ASSIMP_IMPORTER( MMD
   MMD/MMDVmdParser.h
 )
 
-ADD_ASSIMP_EXPORTER( Assjson
+ADD_ASSIMP_EXPORTER( ASSJSON
   Assjson/cencode.c
   Assjson/cencode.h
   Assjson/json_exporter.cpp