We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6eb8 commit 0f4bdb8Copy full SHA for 0f4bdb8
src/cpp/CMakeLists.txt
@@ -46,5 +46,5 @@ file(GLOB ADAPTERS_SOURCES src/adapters/*.cpp)
46
47
add_library(model_api STATIC ${TASK_SOURCES} ${TASKS_SOURCES} ${UTILS_SOURCES} ${ADAPTERS_SOURCES} ${TILERS_SOURCES})
48
49
-target_link_libraries(model_api PUBLIC openvino::runtime opencv_core opencv_imgproc PRIVATE nlohmann_json::nlohmann_json onnxruntime::onnxruntime)
+target_link_libraries(model_api PUBLIC openvino::runtime opencv_core opencv_imgproc onnxruntime::onnxruntime PRIVATE nlohmann_json::nlohmann_json)
50
target_include_directories(model_api PUBLIC ${PROJECT_SOURCE_DIR}/include)
0 commit comments