We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9249878 + 43fd41d commit 75e0c39Copy full SHA for 75e0c39
meson.build
@@ -65,7 +65,7 @@ import('pkgconfig').generate(
65
description : 'A C++ library for interacting with JSON')
66
67
# for libraries bundling jsoncpp
68
-declare_dependency(
+jsoncpp_dep = declare_dependency(
69
include_directories : jsoncpp_include_directories,
70
link_with : jsoncpp_lib,
71
version : meson.project_version(),
0 commit comments