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 @@ -235,7 +235,6 @@ add_custom_command(
235
235
COMMAND "${CMAKE_COMMAND} " -E remove ${PACKAGE_PATH}
236
236
COMMAND "${UNITY_EDITOR_PATH} " -batchmode -projectPath ${CMAKE_BINARY_DIR} /FbxExporterProject -exportPackage Assets/FbxExporters ${PACKAGE_PATH} -quit
237
237
COMMENT "Creating Unity Package ${PACKAGE_PATH} "
238
- DEPENDS UnityFbxExporterEditorDLL
239
238
)
240
239
add_custom_target (unitypackage DEPENDS ${PACKAGE_PATH} ${FBXSDK_PACKAGE_TARGET} ${MAYA_INTEGRATION_TARGET} ${MAX_INTEGRATION_TARGET} ${README_TARGET} )
241
240
@@ -264,5 +263,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
264
263
install (FILES ${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters )
265
264
else ()
266
265
install (DIRECTORY ${CMAKE_SOURCE_DIR} /Assets/FbxExporters
267
- DESTINATION . )
266
+ DESTINATION .
267
+ PATTERN "Editor/UnitTests" EXCLUDE
268
+ PATTERN "FbxTurnTableBase.cs" EXCLUDE
269
+ PATTERN "Editor/ReviewLastSavedModel.cs" EXCLUDE
270
+ PATTERN "Editor/EditorRotate.cs" EXCLUDE )
268
271
endif ()
You can’t perform that action at this time.
0 commit comments