Skip to content

Commit 43fd41d

Browse files
committed
Fix meson.build to allow using jsoncpp as a subproject
1 parent 9249878 commit 43fd41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import('pkgconfig').generate(
6565
description : 'A C++ library for interacting with JSON')
6666

6767
# for libraries bundling jsoncpp
68-
declare_dependency(
68+
jsoncpp_dep = declare_dependency(
6969
include_directories : jsoncpp_include_directories,
7070
link_with : jsoncpp_lib,
7171
version : meson.project_version(),

0 commit comments

Comments
 (0)