Searched full:nlohmann_json (Results 1 – 23 of 23) sorted by relevance
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | cmake.md | 5 You can use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populates the… 21 find_package(nlohmann_json 3.11.2 REQUIRED) 24 target_link_libraries(example PRIVATE nlohmann_json::nlohmann_json) 45 add_subdirectory(nlohmann_json) 48 target_link_libraries(example PRIVATE nlohmann_json::nlohmann_json) 53 …Do not use `#!cmake include(nlohmann_json/CMakeLists.txt)`, since that carries with it unintended … 75 target_link_libraries(example PRIVATE nlohmann_json::nlohmann_json) 80 find_package(nlohmann_json 3.11.2 REQUIRED) 83 add_subdirectory(nlohmann_json) 87 `thirdparty/nlohmann_json` is then a complete copy of this source tree. [all …]
|
| D | package_managers.md | 61 …[Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlo… 63 …ling `nlohmann_json` system-wide in which case a pkg-config file is installed. To use it, simply h… 67 …onan](https://www.conan.io/) to manage your dependencies, merely add `nlohmann_json/x.y.z` to your… 95 :material-update: The [package](https://conan.io/center/nlohmann_json) is updated automatically. 103 …ndencies, then you can use the [nlohmann_json package](https://hunter.readthedocs.io/en/latest/pac… 150 …nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann… 158 …nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://… 191 NAME nlohmann_json
|
| D | pkg-config.md | 6 pkg-config nlohmann_json --cflags 12 json = dependency('nlohmann_json', required: true)
|
| /third_party/json/tests/cmake_add_subdirectory/project/ |
| D | CMakeLists.txt | 7 ${CMAKE_CURRENT_BINARY_DIR}/nlohmann_json) 10 target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json) 13 target_link_libraries(without_namespace_target nlohmann_json) 17 target_link_libraries(without_exceptions nlohmann_json::nlohmann_json)
|
| /third_party/json/tests/cmake_import/project/ |
| D | CMakeLists.txt | 5 find_package(nlohmann_json REQUIRED) 8 target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json) 11 target_link_libraries(without_namespace_target nlohmann_json)
|
| /third_party/json/docs/mkdocs/docs/integration/vcpkg/ |
| D | CMakeLists.txt | 4 find_package(nlohmann_json CONFIG REQUIRED) 7 target_link_libraries(json_example PRIVATE nlohmann_json::nlohmann_json)
|
| /third_party/json/tests/cmake_import_minver/project/ |
| D | CMakeLists.txt | 5 find_package(nlohmann_json 3.2.0 REQUIRED) 8 target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json)
|
| /third_party/json/tests/cmake_fetch_content2/project/ |
| D | CMakeLists.txt | 12 target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json) 15 target_link_libraries(without_namespace_target nlohmann_json)
|
| /third_party/json/tests/cmake_fetch_content/project/ |
| D | CMakeLists.txt | 17 target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json) 20 target_link_libraries(without_namespace_target nlohmann_json)
|
| /third_party/json/tools/generate_natvis/ |
| D | generate_natvis.py | 18 parser.add_argument('output', help='Output directory for nlohmann_json.natvis') 37 template = env.get_template('nlohmann_json.natvis.j2') 40 with open(os.path.join(args.output, 'nlohmann_json.natvis'), 'w') as f:
|
| D | nlohmann_json.natvis.j2 | 2 <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
| /third_party/json/ |
| D | meson.build | 1 project('nlohmann_json', project 20 pkgc.generate(name: 'nlohmann_json',
|
| D | CMakeLists.txt | 7 project(nlohmann_json VERSION 3.11.2 LANGUAGES CXX) project 11 ## determine if nlohmann_json is built as a subproject (using add_subdirectory) or if it is the mai… 131 set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")
|
| D | README.md | 1214 You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populat… 1222 find_package(nlohmann_json 3.2.0 REQUIRED) 1226 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) 1244 # Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it 1248 add_subdirectory(nlohmann_json) 1252 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) 1268 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) 1290 target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) 1296 find_package(nlohmann_json 3.2.0 REQUIRED) 1299 add_subdirectory(nlohmann_json) [all …]
|
| D | .travis.yml | 92 brew install nlohmann_json --HEAD ; 93 brew test nlohmann_json ;
|
| D | .gitignore | 36 /doc/docset/nlohmann_json.docset/
|
| D | nlohmann_json.natvis | 2 <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
| D | Makefile | 220 …rsync -R $(shell find LICENSE.MIT nlohmann_json.natvis CMakeLists.txt cmake/*.in include single_in…
|
| /third_party/json/docs/docset/ |
| D | README.md | 10 make nlohmann_json.docset 13 The generated folder `nlohmann_json.docset` can then be opened in the documentation browser.
|
| D | Info.plist | 6 <string>nlohmann_json</string>
|
| /third_party/json/docs/mkdocs/docs/features/ |
| D | namespace.md | 34 [**nlohmann_json (v3.10.5)**\nJSON_DIAGNOSTICS=0] as [json] 35 [**nlohmann_json (v3.10.5)**\nJSON_DIAGNOSTICS=1] as [json_diag]
|
| /third_party/json/docs/mkdocs/docs/integration/conan/ |
| D | Conanfile.txt | 2 nlohmann_json/3.7.3
|
| /third_party/json/docs/mkdocs/docs/home/ |
| D | releases.md | 405 …CMake file that made `target_link_libraries` to not properly include `nlohmann_json`. #1243 #1245 … 417 - Changed the CMake file to use `find_package(nlohmann_json)` without installing the library. #1202 727 …We also added a debug visualizer [`nlohmann_json.natvis`](https://github.com/nlohmann/json/blob/de… 1151 …omebrew** support: Install the library with `brew tap nlohmann/json && brew install nlohmann_json`.
|