1 Star 0 Fork 49

mayunteng/third_party_json

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
meson.build 553 Bytes
Copy Edit Raw Blame History
mayunteng authored 2022-08-24 15:06 . json upgrade to 3.10.1
project('nlohmann_json',
'cpp',
version : '3.10.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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mayunteng_1/third_party_json.git
git@gitee.com:mayunteng_1/third_party_json.git
mayunteng_1
third_party_json
third_party_json
master

Search