1
0
mirror of https://github.com/nlohmann/json synced 2024-09-19 22:30:07 +00:00
nlohmannjson/meson.build

14 lines
300 B
Meson
Raw Normal View History

2018-09-20 18:54:10 +00:00
project('nlohmann_json',
'cpp',
version : '3.2.0',
license : 'MIT',
)
2017-05-08 13:35:00 +00:00
nlohmann_json_dep = declare_dependency(
2018-09-20 18:54:10 +00:00
include_directories: include_directories('single_include')
2018-06-24 14:53:02 +00:00
)
nlohmann_json_multiple_headers = declare_dependency(
2018-09-20 18:54:10 +00:00
include_directories: include_directories('include')
2017-05-08 13:35:00 +00:00
)