Skip to content

Commit 1ef8b70

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into UNI-29074-mayalt-plugin
2 parents b155e8f + 7108dcd commit 1ef8b70

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ add_custom_command(
215215
COMMAND "${CMAKE_COMMAND}" -E remove ${PACKAGE_PATH}
216216
COMMAND "${UNITY_EDITOR_PATH}" -batchmode -projectPath ${CMAKE_BINARY_DIR}/FbxExporterProject -exportPackage Assets/FbxExporters ${PACKAGE_PATH} -quit
217217
COMMENT "Creating Unity Package ${PACKAGE_PATH}"
218-
DEPENDS UnityFbxExporterEditorDLL
219218
)
220219
add_custom_target(unitypackage DEPENDS ${PACKAGE_PATH} ${FBXSDK_PACKAGE_TARGET} ${MAYA_INTEGRATION_TARGET} ${MAX_INTEGRATION_TARGET} ${README_TARGET})
221220

@@ -244,5 +243,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
244243
install(FILES ${CLASS_LIBRARY_DEST}/${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters)
245244
else()
246245
install(DIRECTORY ${CMAKE_SOURCE_DIR}/Assets/FbxExporters
247-
DESTINATION .)
246+
DESTINATION .
247+
PATTERN "Editor/UnitTests" EXCLUDE
248+
PATTERN "FbxTurnTableBase.cs" EXCLUDE
249+
PATTERN "Editor/ReviewLastSavedModel.cs" EXCLUDE
250+
PATTERN "Editor/EditorRotate.cs" EXCLUDE)
248251
endif()

0 commit comments

Comments
 (0)