File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
187
187
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxPrefabAutoUpdater.cs"
188
188
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxPrefabInspector.cs"
189
189
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/ConvertToModel.cs"
190
+ "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs"
190
191
REFERENCES
191
192
"${CSHARP_MSCORLIB_LIBRARY} "
192
193
"${CSHARP_SYSTEM_CORE_LIBRARY} "
@@ -243,7 +244,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
243
244
PATTERN "Editor/EditorRotate.cs" EXCLUDE
244
245
PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE
245
246
PATTERN "Editor/ConvertToModel.cs" EXCLUDE
246
- PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE )
247
+ PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE
248
+ PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE )
247
249
install (FILES ${CLASS_LIBRARY_DEST} /${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor )
248
250
install (FILES ${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters )
249
251
else ()
You can’t perform that action at this time.
0 commit comments