From 37f0b699030985ef99ac2b7b6967dfeaabcd7b1f Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Sun, 24 Sep 2023 08:16:21 +0000 Subject: [PATCH] =?UTF-8?q?jsoncpp=E4=BE=9D=E8=B5=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- services/cameraservice/cameraoperator/client/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 33f18d76..941df446 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -39,9 +39,10 @@ ohos_shared_library("distributed_camera_client") { "${feeding_smoother_path}/base", "${feeding_smoother_path}/derived", "${feeding_smoother_path}/utils", - "//third_party/jsoncpp/include", ] + configs = [ "//third_party/jsoncpp:jsoncpp_public_config" ] + sources = [ "src/callback/dcamera_input_callback.cpp", "src/callback/dcamera_manager_callback.cpp", -- Gitee