Skip to content

Commit

Permalink
Install OpenVINOConfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Sep 8, 2021
1 parent 4361b48 commit 8666873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
#include <utility>
#include <vector>

#include "ie_core.hpp"

#include "Python.h"
#include "ie_core.hpp"

typedef std::chrono::high_resolution_clock Time;
typedef std::chrono::nanoseconds ns;
Expand Down
5 changes: 5 additions & 0 deletions inference-engine/src/inference_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,8 @@ install(FILES "${CMAKE_BINARY_DIR}/share/InferenceEngineConfig.cmake"
"${InferenceEngine_SOURCE_DIR}/cmake/ie_parallel.cmake"
DESTINATION ${IE_CPACK_IE_DIR}/share
COMPONENT core_dev)

install(FILES "${CMAKE_BINARY_DIR}/share/OpenVINOConfig.cmake"
"${CMAKE_BINARY_DIR}/OpenVINOConfig-version.cmake"
DESTINATION ${IE_CPACK_IE_DIR}/share
COMPONENT core_dev)

0 comments on commit 8666873

Please sign in to comment.