This commit is contained in:
nlohmann
2025-04-11 08:42:13 +00:00
parent f3ded41873
commit efa0173f9b
243 changed files with 500 additions and 500 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ project(json_example)
include(${CMAKE_SOURCE_DIR}/cmake/CPM.cmake)
CPMAddPackage("gh:nlohmann/json@3.11.3")
CPMAddPackage("gh:nlohmann/json@3.12.0")
add_executable(json_example example.cpp)
target_link_libraries(json_example PRIVATE nlohmann_json::nlohmann_json)