Includes in frontends (#9378)

* Used full paths in public includes

* Fixed install of ONNX include
This commit is contained in:
Ilya Lavrenov 2021-12-23 11:37:06 +03:00 committed by GitHub
parent 1fbfd426f0
commit 4eea535e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 8 deletions

View File

@ -226,8 +226,8 @@ macro(ov_add_frontend)
if(OV_FRONTEND_LINKABLE_FRONTEND)
# install -dev part
install(DIRECTORY ${${TARGET_NAME}_INCLUDE_DIR}/
DESTINATION ${FRONTEND_INSTALL_INCLUDE}
install(DIRECTORY ${${TARGET_NAME}_INCLUDE_DIR}/openvino
DESTINATION ${FRONTEND_INSTALL_INCLUDE}/
COMPONENT core_dev
FILES_MATCHING PATTERN "*.hpp")

View File

@ -8,7 +8,7 @@
#include <string>
#include "openvino/core/except.hpp"
#include "visibility.hpp"
#include "openvino/frontend/visibility.hpp"
namespace ov {
namespace frontend {

View File

@ -8,12 +8,12 @@
#include <string>
#include <vector>
#include "input_model.hpp"
#include "openvino/core/any.hpp"
#include "openvino/core/extension.hpp"
#include "openvino/core/model.hpp"
#include "openvino/core/op_extension.hpp"
#include "visibility.hpp"
#include "openvino/frontend/input_model.hpp"
#include "openvino/frontend/visibility.hpp"
namespace ov {
namespace frontend {

View File

@ -10,8 +10,8 @@
#include "openvino/core/partial_shape.hpp"
#include "openvino/core/type/element_type.hpp"
#include "place.hpp"
#include "visibility.hpp"
#include "openvino/frontend/place.hpp"
#include "openvino/frontend/visibility.hpp"
namespace ov {
namespace frontend {

View File

@ -8,7 +8,7 @@
#include <string>
#include <vector>
#include "visibility.hpp"
#include "openvino/frontend/visibility.hpp"
namespace ov {
namespace frontend {

View File

@ -105,3 +105,6 @@ ENV/
# snapshots
*.tar
# version file
version.txt