Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved mayaUsd_copyDirectory routine to allow more control over copying dir/files. #515

Merged
merged 1 commit into from
May 22, 2020

Conversation

HamedSabri-adsk
Copy link
Contributor

Rewrote mayaUsd_copyDirectory routine to allow more control over copying dir/files.

@HamedSabri-adsk HamedSabri-adsk added the unit test Related to unit tests (both python or c++) label May 21, 2020
cmake/utils.cmake Show resolved Hide resolved
cmake/utils.cmake Show resolved Hide resolved
mayaUsd_copyFiles(${TARGET_NAME} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}
FILES ${test_support_files})
# copy all the resources and python scripts to build directory
mayaUsd_copyDirectory(${TARGET_NAME}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@kxl-adsk kxl-adsk merged commit 371227e into dev May 22, 2020
@kxl-adsk kxl-adsk deleted the sabrih/more_advanced_copy_dir branch May 22, 2020 02:07
Copy link
Contributor

@mattyjams mattyjams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one possible note of interest about more UFE test files than before being installed for older versions of UFE, but otherwise makes sense to me!

test/lib/ufe/CMakeLists.txt Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Related to unit tests (both python or c++)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants