Home
last modified time | relevance | path

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

/third_party/json/doc/docset/
DMakefile1 nlohmann_json.docset: Info.plist docSet.sql
3 mkdir -p nlohmann_json.docset/Contents/Resources/Documents/
4 cp info.plist nlohmann_json.docset/Contents
7 cp -r ../mkdocs/site/* nlohmann_json.docset/Contents/Resources/Documents
9 …ary, nav.md-tabs--active, a.md-content__button { display: none; }" >> nlohmann_json.docset/Content…
11 …-sidebar--secondary, div.md-main__inner { top: 0; margin-top: 0 }" >> nlohmann_json.docset/Content…
13 …find nlohmann_json.docset/Contents/Resources/Documents -type f -exec gsed -i 's| - JSON for Modern…
15 rm nlohmann_json.docset/Contents/Resources/Documents/hooks.py
16 rm nlohmann_json.docset/Contents/Resources/Documents/sitemap.*
18 sqlite3 nlohmann_json.docset/Contents/Resources/docSet.dsidx < docSet.sql
[all …]
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/doc/mkdocs/docs/integration/
Dcmake.md5 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)
[all …]
Dpackage_managers.md55 …[Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlo…
57 …ling `nlohmann_json` system-wide in which case a pkg-config file is installed. To use it, simply h…
61 …onan](https://www.conan.io/) to manage your dependencies, merely add `nlohmann_json/x.y.z` to your…
102 …ndencies, then you can use the [nlohmann_json package](https://hunter.readthedocs.io/en/latest/pac…
151nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann…
159nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://…
180 NAME nlohmann_json
Dpkg-config.md6 pkg-config nlohmann_json --cflags
12 json = dependency('nlohmann_json', required: true)
/third_party/json/test/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/test/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/test/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/doc/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/test/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/
Dmeson.build1 project('nlohmann_json', project
19 pkgc.generate(name: 'nlohmann_json',
DCMakeLists.txt7 project(nlohmann_json VERSION 3.10.0 LANGUAGES CXX) project
11 ## determine if nlohmann_json is built as a subproject (using add_subdirectory) or if it is the mai…
110 set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")
DREADME.md1138 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)
[all …]
D.travis.yml92 brew install nlohmann_json --HEAD ;
93 brew test nlohmann_json ;
D.gitignore36 /doc/docset/nlohmann_json.docset/
/third_party/json/doc/mkdocs/docs/integration/conan/
DConanfile.txt2 nlohmann_json/3.7.3
/third_party/json/doc/
DDoxyfile292 GENERATE_TAGFILE = html/nlohmann_json.tag
/third_party/json/doc/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`.