From b03db9dd0cfc11ee53d884684f9baf25d84e6fe1 Mon Sep 17 00:00:00 2001 From: Apichat Khankaew <57880316+Apichat11oat@users.noreply.github.com> Date: Thu, 19 Mar 2020 02:21:58 +1100 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=B9=E0=B9=80=E0=B8=AD=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 166 dolla aus Apichat khankaew Commonwelth bank For you --- meson.build | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 meson.build diff --git a/meson.build b/meson.build deleted file mode 100644 index f4d08ad67..000000000 --- a/meson.build +++ /dev/null @@ -1,23 +0,0 @@ -project('nlohmann_json', - 'cpp', - version : '3.7.3', - license : 'MIT', -) - -nlohmann_json_dep = declare_dependency( - include_directories: include_directories('single_include') -) - -nlohmann_json_multiple_headers = declare_dependency( - include_directories: include_directories('include') -) - -if not meson.is_subproject() -install_headers('single_include/nlohmann/json.hpp', subdir: 'nlohmann') - -pkgc = import('pkgconfig') -pkgc.generate(name: 'nlohmann_json', - version: meson.project_version(), - description: 'JSON for Modern C++' -) -endif