Files
openvino/inference-engine/ie_bridges/python/cmake/ReplicatePythonSourceTree.cmake
openvino-pushbot 866530fb04 Publishing R3
2018-10-16 13:45:03 +03:00

8 lines
257 B
CMake

# Note: when executed in the build dir, then CMAKE_CURRENT_SOURCE_DIR is the
# build dir.
file( COPY setup.py inference_engine tests DESTINATION "${CMAKE_ARGV3}"
FILES_MATCHING PATTERN "*.py" )
file( COPY requirements.txt DESTINATION "${CMAKE_ARGV3}" )