Includes in frontends (#9378)
* Used full paths in public includes * Fixed install of ONNX include
This commit is contained in:
parent
1fbfd426f0
commit
4eea535e78
@ -226,8 +226,8 @@ macro(ov_add_frontend)
|
|||||||
|
|
||||||
if(OV_FRONTEND_LINKABLE_FRONTEND)
|
if(OV_FRONTEND_LINKABLE_FRONTEND)
|
||||||
# install -dev part
|
# install -dev part
|
||||||
install(DIRECTORY ${${TARGET_NAME}_INCLUDE_DIR}/
|
install(DIRECTORY ${${TARGET_NAME}_INCLUDE_DIR}/openvino
|
||||||
DESTINATION ${FRONTEND_INSTALL_INCLUDE}
|
DESTINATION ${FRONTEND_INSTALL_INCLUDE}/
|
||||||
COMPONENT core_dev
|
COMPONENT core_dev
|
||||||
FILES_MATCHING PATTERN "*.hpp")
|
FILES_MATCHING PATTERN "*.hpp")
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "openvino/core/except.hpp"
|
#include "openvino/core/except.hpp"
|
||||||
#include "visibility.hpp"
|
#include "openvino/frontend/visibility.hpp"
|
||||||
|
|
||||||
namespace ov {
|
namespace ov {
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "input_model.hpp"
|
|
||||||
#include "openvino/core/any.hpp"
|
#include "openvino/core/any.hpp"
|
||||||
#include "openvino/core/extension.hpp"
|
#include "openvino/core/extension.hpp"
|
||||||
#include "openvino/core/model.hpp"
|
#include "openvino/core/model.hpp"
|
||||||
#include "openvino/core/op_extension.hpp"
|
#include "openvino/core/op_extension.hpp"
|
||||||
#include "visibility.hpp"
|
#include "openvino/frontend/input_model.hpp"
|
||||||
|
#include "openvino/frontend/visibility.hpp"
|
||||||
|
|
||||||
namespace ov {
|
namespace ov {
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
#include "openvino/core/partial_shape.hpp"
|
#include "openvino/core/partial_shape.hpp"
|
||||||
#include "openvino/core/type/element_type.hpp"
|
#include "openvino/core/type/element_type.hpp"
|
||||||
#include "place.hpp"
|
#include "openvino/frontend/place.hpp"
|
||||||
#include "visibility.hpp"
|
#include "openvino/frontend/visibility.hpp"
|
||||||
|
|
||||||
namespace ov {
|
namespace ov {
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "visibility.hpp"
|
#include "openvino/frontend/visibility.hpp"
|
||||||
|
|
||||||
namespace ov {
|
namespace ov {
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
3
tools/pot/.gitignore
vendored
3
tools/pot/.gitignore
vendored
@ -105,3 +105,6 @@ ENV/
|
|||||||
|
|
||||||
# snapshots
|
# snapshots
|
||||||
*.tar
|
*.tar
|
||||||
|
|
||||||
|
# version file
|
||||||
|
version.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user