Skip to content

Commit ddad857

Browse files
committed
include new files in dll
1 parent 9a93844 commit ddad857

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CMakeLists.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
190190
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs"
191191
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ManualUpdateEditorWindow.cs"
192192
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxRotationCurve.cs"
193+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ConvertToPrefabEditorWindow.cs"
194+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ConvertToPrefabSettings.cs"
195+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ExportModelEditorWindow.cs"
196+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ExportModelSettings.cs"
197+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxExportPresetSelectorReceiver.cs"
193198
REFERENCES
194199
"${CSHARP_MSCORLIB_LIBRARY}"
195200
"${CSHARP_SYSTEM_CORE_LIBRARY}"
@@ -251,7 +256,12 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
251256
PATTERN "Editor/ManualUpdateEditorWindow.cs" EXCLUDE
252257
PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE
253258
PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE
254-
PATTERN "Editor/FbxRotationCurve.cs" EXCLUDE)
259+
PATTERN "Editor/FbxRotationCurve.cs" EXCLUDE
260+
PATTERN "Editor/ConvertToPrefabEditorWindow.cs" EXCLUDE
261+
PATTERN "Editor/ConvertToPrefabSettings.cs" EXCLUDE
262+
PATTERN "Editor/ExportModelEditorWindow.cs" EXCLUDE
263+
PATTERN "Editor/ExportModelSettings.cs" EXCLUDE
264+
PATTERN "Editor/FbxExportPresetSelectorReceiver.cs" EXCLUDE)
255265
install(FILES ${CLASS_LIBRARY_DEST}/${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor)
256266
install(FILES ${CLASS_LIBRARY_DEST}/${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters)
257267
else()

0 commit comments

Comments
 (0)