Skip to content

Commit

Permalink
Add experimental_onnxruntime_cxx_api.h and experimental_onnxruntime_c…
Browse files Browse the repository at this point in the history
…xx_inline.h to public C/C++ API headers

This change ensures that onnxruntime-inference-examples/c_cxx/OpenVINO_EP/Windows/model-explorer compiles successfully.
  • Loading branch information
yihonglyu committed Dec 11, 2024
1 parent 8800830 commit 714e20e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/onnxruntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 714e20e

Please sign in to comment.