1 Star 0 Fork 17

Taylor/JSON-for-Modern-CPP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson.build 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
Niels Lohmann 提交于 2020-06-14 17:16 . :bookmark:set version to 3.8.0
project('nlohmann_json',
'cpp',
version : '3.8.0',
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ilovenaibao/JSON-for-Modern-CPP.git
git@gitee.com:ilovenaibao/JSON-for-Modern-CPP.git
ilovenaibao
JSON-for-Modern-CPP
JSON-for-Modern-CPP
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385