2017-05-08 13:35:00 +00:00
|
|
|
project('nlohmann_json', 'cpp')
|
|
|
|
|
|
|
|
nlohmann_json_dep = declare_dependency(
|
2018-06-24 14:53:02 +00:00
|
|
|
include_directories: include_directories('single_include')
|
|
|
|
)
|
|
|
|
|
|
|
|
nlohmann_json_multiple_headers = declare_dependency(
|
|
|
|
include_directories: include_directories('include')
|
2017-05-08 13:35:00 +00:00
|
|
|
)
|