1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00

Merge pull request #1252 from koponomarenko/fix-meson-build

Add version and license to meson.build
This commit is contained in:
Niels Lohmann
2018-09-22 14:49:03 +02:00
committed by GitHub
+5 -1
View File
@@ -1,4 +1,8 @@
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')