/
githubmirror
/
json
Обзор
Документация
Войти
/
githubmirror
/
json
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.7.2
meson.build
23 строки
552 B
Niels Lohmann
:bookmark: set version to 3.7.2
10 ноя 2019, 23:23
Не верифицирован
10 ноя 2019, 23:23
56109ea
Код
Авторство
О чём код?
project('nlohmann_json', 'cpp', version : '3.7.2', license : 'MIT', ) nlohmann_json_dep = declare_dependency( include_directories: include_directories('single_include') ) nlohmann_json_multiple_headers = declare_dependency( include_directories: include_directories('include') ) if not meson.is_subproject() install_headers('single_include/nlohmann/json.hpp', subdir: 'nlohmann') pkgc = import('pkgconfig') pkgc.generate(name: 'nlohmann_json', version: meson.project_version(), description: 'JSON for Modern C++' ) endif