From 43fd41d1fc31bfaa9606004fc89aa2b7b33d74c6 Mon Sep 17 00:00:00 2001 From: Jason S Zang Date: Sat, 16 Sep 2017 11:19:30 +0100 Subject: [PATCH] Fix meson.build to allow using jsoncpp as a subproject --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f193fec..8f0bfaf 100644 --- a/meson.build +++ b/meson.build @@ -65,7 +65,7 @@ import('pkgconfig').generate( description : 'A C++ library for interacting with JSON') # for libraries bundling jsoncpp -declare_dependency( +jsoncpp_dep = declare_dependency( include_directories : jsoncpp_include_directories, link_with : jsoncpp_lib, version : meson.project_version(),