1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-21 04:22:05 +03:00
Files
json/meson.build
2018-06-24 18:07:30 +02:00

10 lines
246 B
Meson

project('nlohmann_json', 'cpp')
nlohmann_json_dep = declare_dependency(
include_directories: include_directories('single_include')
)
nlohmann_json_multiple_headers = declare_dependency(
include_directories: include_directories('include')
)