Unverified Commit 14ba8d1d authored by Alexander Zhogov's avatar Alexander Zhogov Committed by GitHub

CMAKE: export GNA libraries location via dev package

parent 2c83de45
...@@ -13,6 +13,10 @@ find_package(OpenCV COMPONENTS imgcodecs) ...@@ -13,6 +13,10 @@ find_package(OpenCV COMPONENTS imgcodecs)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(gflags REQUIRED PATHS "@InferenceEngine_BINARY_DIR@/samples/thirdparty/gflags") find_package(gflags REQUIRED PATHS "@InferenceEngine_BINARY_DIR@/samples/thirdparty/gflags")
if(ENABLE_GNA)
set(GNA "@GNA@")
endif()
# Targets # Targets
include("${CMAKE_CURRENT_LIST_DIR}/targets_developer.cmake") include("${CMAKE_CURRENT_LIST_DIR}/targets_developer.cmake")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment