mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 09:03:58 +00:00
Adding support for Meson.
This commit is contained in:
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
|
||||
)
|
||||
Reference in New Issue
Block a user