2018-09-20 18:54:10 +00:00
|
|
|
project('nlohmann_json',
|
|
|
|
'cpp',
|
2018-10-30 20:30:20 +00:00
|
|
|
version : '3.4.0',
|
2018-09-20 18:54:10 +00:00
|
|
|
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
|
|
|
)
|