Adding support for Meson.
This commit is contained in:
parent
962da00171
commit
31fe2f5825
2 changed files with 31 additions and 0 deletions
7
meson.build
Normal file
7
meson.build
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
project('nlohmann_json', 'cpp')
|
||||
|
||||
nlohmann_json_inc = include_directories('src')
|
||||
|
||||
nlohmann_json_dep = declare_dependency(
|
||||
include_directories : nlohmann_json_inc
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue