We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01670c3 commit 513d94dCopy full SHA for 513d94d
CMakeLists.txt
@@ -89,8 +89,8 @@ file(REMOVE "${CMAKE_SOURCE_DIR}/Assets/FbxExporters/${MAYA_INTEGRATION_ZIP_NAME
89
90
add_custom_command(OUTPUT ${MAYA_INTEGRATION_ZIP_NAME}
91
COMMAND ${CMAKE_COMMAND} -E tar "cfv" ${CMAKE_SOURCE_DIR}/Assets/FbxExporters/${MAYA_INTEGRATION_ZIP_NAME} --format=zip
92
- "${CMAKE_SOURCE_DIR}/Assets/Integrations"
93
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Assets
+ "${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Integrations"
+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Assets/FbxExporters
94
COMMENT "Zipping Maya Integration folder"
95
)
96
add_custom_target(${MAYA_INTEGRATION_TARGET} DEPENDS ${MAYA_INTEGRATION_ZIP_NAME})
0 commit comments