diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 33f18d7693b9eb7bcb701fba9f1c71069092700c..941df4463e2388007fbaa832bea7ca3c1ffa1825 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",