commit | 43fd41d1fc31bfaa9606004fc89aa2b7b33d74c6 | [log] [tgz] |
---|---|---|
author | Jason S Zang <jasonszang@126.com> | Sat Sep 16 11:19:30 2017 +0100 |
committer | Jason S Zang <jasonszang@126.com> | Sat Sep 16 11:19:30 2017 +0100 |
tree | 562027a5596fd70a8464ea09b595b8c58b3fc830 | |
parent | 9249878229e03a594eb6276c8f0ed6f9c21cb51f [diff] |
Fix meson.build to allow using jsoncpp as a subproject
diff --git a/meson.build b/meson.build index f193fec..8f0bfaf 100644 --- a/meson.build +++ b/meson.build
@@ -65,7 +65,7 @@ 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(),