Skip to content

Commit

Permalink
Refactor: Add nlohmann-json library to project include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 21, 2024
1 parent 64353d0 commit f8bfead
Show file tree
Hide file tree
Showing 2 changed files with 24,598 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ else()
include(cmake/FetchOnnxruntime.cmake)
endif()

target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE vendor/nlohmann-json)

target_sources(
${CMAKE_PROJECT_NAME}
PRIVATE src/plugin-main.c
Expand Down
Loading

0 comments on commit f8bfead

Please sign in to comment.