rbdlsim/3rdparty/rbdl/CMake/ReplicatePythonSourceTree.c...

5 lines
177 B
CMake
Raw Normal View History

2020-10-03 22:55:14 +02:00
# Note: when executed in the build dir, then CMAKE_CURRENT_SOURCE_DIR is the
# build dir.
file( COPY src test bin DESTINATION "${CMAKE_ARGV3}"
FILES_MATCHING PATTERN "*.py" )