mirror of
https://github.com/nlohmann/json
synced 2024-11-16 01:00:06 +00:00
0258484626
- updated documentation wrt. new repository layout - temporarily switched off Homebrew --HEAD building (can only be switched on after release) - set copyright date to 2018
8 lines
185 B
Meson
8 lines
185 B
Meson
project('nlohmann_json', 'cpp')
|
|
|
|
nlohmann_json_inc = include_directories('single_include/nlohmann')
|
|
|
|
nlohmann_json_dep = declare_dependency(
|
|
include_directories : nlohmann_json_inc
|
|
)
|