commit | af29361cd6250566513bdae992695275f3dc88fe | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 19 10:27:37 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 19 17:03:43 2023 +0000 |
tree | cfabe6ef2f6455e998e3cfb7570544b06cddedcb | |
parent | ee1db76f4b1750e4aa5a70a33ae6336f6da4b30a [diff] |
build: fix missing nlohmann_json dependency Subproject builds are currently broken due to a missing dependency in the `topology` unit-tests. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id516d790fa48fd2e49db65d97abe3b21ae305f86
diff --git a/meson.build b/meson.build index 2c473a2..4b01613 100644 --- a/meson.build +++ b/meson.build
@@ -260,6 +260,7 @@ dependencies: [ gtest, gmock, + nlohmann_json_dep, ], include_directories: 'src', )