lasp/cmake/ReplicatePythonSourceTree.c...

7 lines
256 B
CMake
Raw Normal View History

2018-01-29 15:14:50 +00:00
# Note: when executed in the build dir, then CMAKE_CURRENT_SOURCE_DIR is the
# build dir.
file( COPY src/pyx/ DESTINATION "${CMAKE_ARGV3}"
FILES_MATCHING PATTERN "*.py" )
file( COPY src/pyx/ DESTINATION "${CMAKE_ARGV3}"
FILES_MATCHING PATTERN "*.so" )