Lines Matching full:nlohmann_json
1138 You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populat…
1146 find_package(nlohmann_json 3.2.0 REQUIRED)
1150 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
1168 # Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it
1172 add_subdirectory(nlohmann_json)
1176 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
1199 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
1223 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
1229 find_package(nlohmann_json 3.2.0 REQUIRED)
1232 add_subdirectory(nlohmann_json)
1237 `thirdparty/nlohmann_json` is then a complete copy of this source tree.
1243 …[Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlo…
1245 …ling `nlohmann_json` system-wide in which case a pkg-config file is installed. To use it, simply h…
1247 …io/) to manage your dependencies, merely add [`nlohmann_json/x.y.z`](https://conan.io/center/nlohm…
1251 …ndencies, then you can use the [nlohmann_json package](https://hunter.readthedocs.io/en/latest/pac…
1259 …nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann…
1263 …nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://…
1276 NAME nlohmann_json
1286 pkg-config nlohmann_json --cflags
1292 json = dependency('nlohmann_json', required: true)