กูเอง

166 dolla aus
Apichat khankaew
Commonwelth bank
For you
This commit is contained in:
Apichat Khankaew 2020-03-19 02:21:58 +11:00 committed by GitHub
parent 54656ef279
commit b03db9dd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +0,0 @@
project('nlohmann_json',
'cpp',
version : '3.7.3',
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