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>2022-09-25 15:58:49 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2022-09-25 15:58:49 +0300
commit67e6070f9d9a44b4dec79ebe6b591f39d2285593 (patch)
tree45348dec539f62010b58733369b3e2a89d9f30ae /meson.build
parent1bbf6e23726df22a84d69b75aa2f243039931a28 (diff)
Upstream release v3.11.2HEADv3.11.2master
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 005e98e..e2fb86f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nlohmann_json',
'cpp',
- version : '3.11.1',
+ version : '3.11.2',
license : 'MIT',
)
@@ -14,6 +14,7 @@ nlohmann_json_multiple_headers = declare_dependency(
if not meson.is_subproject()
install_headers('single_include/nlohmann/json.hpp', subdir: 'nlohmann')
+install_headers('single_include/nlohmann/json_fwd.hpp', subdir: 'nlohmann')
pkgc = import('pkgconfig')
pkgc.generate(name: 'nlohmann_json',