Skip to content

Commit

Permalink
add nlohmann_json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrady-tt committed Jan 27, 2025
1 parent c865921 commit 367b227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ CPMAddPackage(NAME magic_enum GITHUB_REPOSITORY Neargye/magic_enum GIT_TAG v0.9.
############################################################################################################################

CPMAddPackage(NAME fmt GITHUB_REPOSITORY fmtlib/fmt GIT_TAG 11.0.1)

############################################################################################################################
# nlohmann/json : https://github.com/nlohmann/json
############################################################################################################################
CPMAddPackage(NAME json GITHUB_REPOSITORY nlohmann/json GIT_TAG v3.9.1 OPTIONS "JSON_BuildTests OFF")
1 change: 1 addition & 0 deletions tt_npe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ target_link_libraries(
fmt::fmt-header-only
magic_enum
yaml-cpp
nlohmann_json::nlohmann_json
Boost::container
Boost::program_options
)
Expand Down

0 comments on commit 367b227

Please sign in to comment.