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:
Yi-Hong Lyu 2024-12-10 23:11:00 -08:00
Родитель 8800830a44
Коммит 714e20e49c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"