Add experimental_onnxruntime_cxx_api.h and experimental_onnxruntime_cxx_inline.h to public C/C++ API headers
This change ensures that onnxruntime-inference-examples/c_cxx/OpenVINO_EP/Windows/model-explorer compiles successfully.
This commit is contained in:
Родитель
8800830a44
Коммит
714e20e49c
|
@ -21,6 +21,8 @@ endif()
|
|||
# Gets the public C/C++ API header files
|
||||
function(get_c_cxx_api_headers HEADERS_VAR)
|
||||
set(_headers
|
||||
"${REPO_ROOT}/include/onnxruntime/core/session/experimental_onnxruntime_cxx_api.h"
|
||||
"${REPO_ROOT}/include/onnxruntime/core/session/experimental_onnxruntime_cxx_inline.h"
|
||||
"${REPO_ROOT}/include/onnxruntime/core/session/onnxruntime_c_api.h"
|
||||
"${REPO_ROOT}/include/onnxruntime/core/session/onnxruntime_cxx_api.h"
|
||||
"${REPO_ROOT}/include/onnxruntime/core/session/onnxruntime_cxx_inline.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче