Skip to content

Commit 0f4bdb8

Browse files
committed
Link onnxrt publicly
1 parent a9a6eb8 commit 0f4bdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ file(GLOB ADAPTERS_SOURCES src/adapters/*.cpp)
4646

4747
add_library(model_api STATIC ${TASK_SOURCES} ${TASKS_SOURCES} ${UTILS_SOURCES} ${ADAPTERS_SOURCES} ${TILERS_SOURCES})
4848

49-
target_link_libraries(model_api PUBLIC openvino::runtime opencv_core opencv_imgproc PRIVATE nlohmann_json::nlohmann_json onnxruntime::onnxruntime)
49+
target_link_libraries(model_api PUBLIC openvino::runtime opencv_core opencv_imgproc onnxruntime::onnxruntime PRIVATE nlohmann_json::nlohmann_json)
5050
target_include_directories(model_api PUBLIC ${PROJECT_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)