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-06-24 18:07:30 +02:00

8 lines
176 B
Meson

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