Skip to content

Commit a7fd1b6

Browse files
committed
also include ConvertToModel in the dll
1 parent 2bb5fb8 commit a7fd1b6

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
@@ -146,6 +146,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
146146
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxExportSettings.cs"
147147
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/InstallIntegration.cs"
148148
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxPrefabAutoUpdater.cs"
149+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ConvertToModel.cs"
149150
REFERENCES
150151
"${CSHARP_MSCORLIB_LIBRARY}"
151152
"${CSHARP_SYSTEM_CORE_LIBRARY}"
@@ -201,7 +202,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
201202
PATTERN "Editor/InstallIntegration.cs" EXCLUDE
202203
PATTERN "Editor/ReviewLastSavedModel.cs" EXCLUDE
203204
PATTERN "Editor/EditorRotate.cs" EXCLUDE
204-
PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE)
205+
PATTERN "Editor/FbxPrefabAutoUpdater.cs" EXCLUDE
206+
PATTERN "Editor/ConvertToModel.cs" EXCLUDE)
205207
install(FILES ${CLASS_LIBRARY_DEST}/${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor)
206208
install(FILES ${CLASS_LIBRARY_DEST}/${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters)
207209
else()

0 commit comments

Comments
 (0)