1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00
Files
json/meson.build
T
2018-09-20 21:54:10 +03:00

14 lines
300 B
Meson

project('nlohmann_json',
'cpp',
version : '3.2.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')
)