Open
Description
Currently, openvino-rs requires a Git submodule, upstream in order to retrieve the OpenVINO headers. When building openvino-rs using an existing installation (i.e., OPENVINO_INSTALL_DIR
), we should be able to locate the C API header file directly (i.e., ${OPENVINO_INSTALL_DIR}/inference_engine/include/c_api/ie_c_api.h
). In these cases, we could attempt to use this header file to build openvino-sys.