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 @@ -146,6 +146,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
146
146
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxExportSettings.cs"
147
147
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/InstallIntegration.cs"
148
148
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxPrefabAutoUpdater.cs"
149
+ "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/ConvertToModel.cs"
149
150
REFERENCES
150
151
"${CSHARP_MSCORLIB_LIBRARY} "
151
152
"${CSHARP_SYSTEM_CORE_LIBRARY} "
@@ -201,7 +202,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
201
202
PATTERN "Editor/InstallIntegration.cs" EXCLUDE
202
203
PATTERN "Editor/ReviewLastSavedModel.cs" EXCLUDE
203
204
PATTERN "Editor/EditorRotate.cs" EXCLUDE
204
- PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE )
205
+ PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE
206
+ PATTERN "Editor/ConvertToModel.cs" EXCLUDE )
205
207
install (FILES ${CLASS_LIBRARY_DEST} /${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor )
206
208
install (FILES ${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters )
207
209
else ()
You can’t perform that action at this time.
0 commit comments