CMAKE: export GNA libraries location via dev package
authorAlexander Zhogov <alexander.zhogov@intel.com>
Thu, 3 Oct 2019 10:58:58 +0000 (13:58 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 10:58:58 +0000 (13:58 +0300)
inference-engine/cmake/developer_package_config.cmake.in

index d17c5c5..0b6df96 100644 (file)
@@ -13,6 +13,10 @@ find_package(OpenCV COMPONENTS imgcodecs)
 find_package(Threads REQUIRED)
 find_package(gflags REQUIRED PATHS "@InferenceEngine_BINARY_DIR@/samples/thirdparty/gflags")
 
+if(ENABLE_GNA)
+    set(GNA "@GNA@")
+endif()
+
 # Targets
 
 include("${CMAKE_CURRENT_LIST_DIR}/targets_developer.cmake")