5 lines
177 B
CMake
5 lines
177 B
CMake
|
# 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" )
|