Lines Matching full:nlohmann_json
5 You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populat…
13 find_package(nlohmann_json 3.2.0 REQUIRED)
17 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
31 # Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it
35 add_subdirectory(nlohmann_json)
39 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
62 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
86 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
92 find_package(nlohmann_json 3.2.0 REQUIRED)
95 add_subdirectory(nlohmann_json)
100 `thirdparty/nlohmann_json` is then a complete copy of this source tree.