Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthurSonzogni <sonzogniarthur@gmail.com>2020-04-29 16:45:05 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2020-06-28 14:34:26 +0300
commit29433267e8e2dab0a63fe2098f34c31ef6140a5a (patch)
tree570a7b67f6825f02e66187e26063adee3e375e76 /meson.build
Initial commit without calling 'update.py'
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..3cc6c76
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,7 @@
+project('nlohmann_json', 'cpp')
+
+nlohmann_json_inc = include_directories('include')
+
+nlohmann_json_dep = declare_dependency(
+ include_directories : nlohmann_json_inc
+)