mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
Add version and license to meson.build
This commit is contained in:
parent
e4bc98d036
commit
8799759b85
10
meson.build
10
meson.build
@ -1,9 +1,13 @@
|
||||
project('nlohmann_json', 'cpp')
|
||||
project('nlohmann_json',
|
||||
'cpp',
|
||||
version : '3.2.0',
|
||||
license : 'MIT',
|
||||
)
|
||||
|
||||
nlohmann_json_dep = declare_dependency(
|
||||
include_directories: include_directories('single_include')
|
||||
include_directories: include_directories('single_include')
|
||||
)
|
||||
|
||||
nlohmann_json_multiple_headers = declare_dependency(
|
||||
include_directories: include_directories('include')
|
||||
include_directories: include_directories('include')
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user