Home
last modified time | relevance | path

Searched full:nlohmann_json (Results 1 – 23 of 23) sorted by relevance

/third_party/json/docs/mkdocs/docs/integration/
Dcmake.md5 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 …]
Dpackage_managers.md61 …[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…
150nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann…
158nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://…
191 NAME nlohmann_json
Dpkg-config.md6 pkg-config nlohmann_json --cflags
12 json = dependency('nlohmann_json', required: true)
/third_party/json/tests/cmake_add_subdirectory/project/
DCMakeLists.txt7 ${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/
DCMakeLists.txt5 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/
DCMakeLists.txt4 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/
DCMakeLists.txt5 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/
DCMakeLists.txt12 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/
DCMakeLists.txt17 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/
Dgenerate_natvis.py18 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:
Dnlohmann_json.natvis.j22 <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
/third_party/json/
Dmeson.build1 project('nlohmann_json', project
20 pkgc.generate(name: 'nlohmann_json',
DCMakeLists.txt7 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")
DREADME.md1214 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.yml92 brew install nlohmann_json --HEAD ;
93 brew test nlohmann_json ;
D.gitignore36 /doc/docset/nlohmann_json.docset/
Dnlohmann_json.natvis2 <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
DMakefile220 …rsync -R $(shell find LICENSE.MIT nlohmann_json.natvis CMakeLists.txt cmake/*.in include single_in…
/third_party/json/docs/docset/
DREADME.md10 make nlohmann_json.docset
13 The generated folder `nlohmann_json.docset` can then be opened in the documentation browser.
DInfo.plist6 <string>nlohmann_json</string>
/third_party/json/docs/mkdocs/docs/features/
Dnamespace.md34 [**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/
DConanfile.txt2 nlohmann_json/3.7.3
/third_party/json/docs/mkdocs/docs/home/
Dreleases.md405 …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`.