Skip to content

Commit 607d761

Browse files
committed
compile repair missing scripts class
1 parent cbdc8ee commit 607d761

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
187187
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxPrefabAutoUpdater.cs"
188188
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxPrefabInspector.cs"
189189
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ConvertToModel.cs"
190+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs"
190191
REFERENCES
191192
"${CSHARP_MSCORLIB_LIBRARY}"
192193
"${CSHARP_SYSTEM_CORE_LIBRARY}"
@@ -243,7 +244,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
243244
PATTERN "Editor/EditorRotate.cs" EXCLUDE
244245
PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE
245246
PATTERN "Editor/ConvertToModel.cs" EXCLUDE
246-
PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE)
247+
PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE
248+
PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE)
247249
install(FILES ${CLASS_LIBRARY_DEST}/${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor)
248250
install(FILES ${CLASS_LIBRARY_DEST}/${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters)
249251
else()

0 commit comments

Comments
 (0)