[Tools] Install compile tool to tool directory (#1649)
authorAnastasia Kuporosova <anastasia.kuporosova@intel.com>
Tue, 11 Aug 2020 14:27:49 +0000 (17:27 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 14:27:49 +0000 (17:27 +0300)
inference-engine/tools/CMakeLists.txt
inference-engine/tools/compile_tool/CMakeLists.txt
inference-engine/tools/package_BOM.txt

index 2af002e..8096c0d 100644 (file)
@@ -24,6 +24,8 @@ if(ENABLE_PYTHON)
     install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/benchmark_tool
             DESTINATION deployment_tools/tools
             COMPONENT python_tools)
-    install(FILES
+
+    install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cross_check_tool
+            DESTINATION deployment_tools/tools
             COMPONENT python_tools)
 endif()
index 3b4e032..58614d3 100644 (file)
@@ -49,5 +49,9 @@ add_cpplint_target(${TARGET_NAME}_cpplint FOR_TARGETS ${TARGET_NAME})
 # install
 
 install(TARGETS compile_tool
-        RUNTIME DESTINATION ${IE_CPACK_RUNTIME_PATH}
+        RUNTIME DESTINATION deployment_tools/tools/compile_tool
+        COMPONENT core)
+
+install(FILES README.md
+        DESTINATION deployment_tools/tools/compile_tool
         COMPONENT core)
index a16cdeb..fcff3b7 100644 (file)
@@ -5,4 +5,5 @@ cross_check_tool/__init__.py
 cross_check_tool/utils.py
 cross_check_tool/requirements.txt
 cross_check_tool/README.md
-cross_check_tool/cross_check_tool.py
\ No newline at end of file
+cross_check_tool/cross_check_tool.py
+compile_tool/README.md
\ No newline at end of file