File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ add_custom_command(
215
215
COMMAND "${CMAKE_COMMAND} " -E remove ${PACKAGE_PATH}
216
216
COMMAND "${UNITY_EDITOR_PATH} " -batchmode -projectPath ${CMAKE_BINARY_DIR} /FbxExporterProject -exportPackage Assets/FbxExporters ${PACKAGE_PATH} -quit
217
217
COMMENT "Creating Unity Package ${PACKAGE_PATH} "
218
- DEPENDS UnityFbxExporterEditorDLL
219
218
)
220
219
add_custom_target (unitypackage DEPENDS ${PACKAGE_PATH} ${FBXSDK_PACKAGE_TARGET} ${MAYA_INTEGRATION_TARGET} ${MAX_INTEGRATION_TARGET} ${README_TARGET} )
221
220
@@ -244,5 +243,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
244
243
install (FILES ${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters )
245
244
else ()
246
245
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 )
248
251
endif ()
You can’t perform that action at this time.
0 commit comments