1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00

Adding support for Meson.

This commit is contained in:
Jay Sistar
2017-05-08 13:35:00 +00:00
parent 962da00171
commit 31fe2f5825
2 changed files with 31 additions and 0 deletions
+7
View 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
)