From fd9d57a992b0885292d83d562948e21e4dfd4aab Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 23 Oct 2019 15:00:54 +0000 Subject: dldt-inference-engine: install extension headers in includedir instead of share/doc * otherwise components depending on them won't be able to find them Signed-off-by: Martin Jansa Signed-off-by: Anuj Mittal --- .../opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch index 7fab7799..8b563b1c 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch @@ -130,7 +130,7 @@ index 63fda2a..3a4bc48 100644 file(GLOB_RECURSE EXTENSION_SOURCES extension/*.cpp extension/*.hpp extension/*.h) add_cpplint_target(ie_cpu_extension_cpplint FOR_SOURCES ${EXTENSION_SOURCES}) + -+install(DIRECTORY extension DESTINATION share/doc/inference_engine) ++install(DIRECTORY extension DESTINATION include/inference_engine) diff --git a/inference-engine/src/extension/CMakeLists.txt b/inference-engine/src/extension/CMakeLists.txt index 799a62d..fb14ebe 100644 --- a/inference-engine/src/extension/CMakeLists.txt -- cgit v1.2.3-54-g00ecf