mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
Fix meson.build to allow using jsoncpp as a subproject
This commit is contained in:
parent
9249878229
commit
43fd41d1fc
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user