blob: 4b9d06917ae6ad72e6dcb8d7e58de1f52ead2442 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("cpp") {
sources = [
"log_message.cc",
"log_message.h",
]
public_deps = [
"//sdk/fidl/fuchsia.diagnostics",
"//sdk/fidl/fuchsia.logger",
]
deps = [
"//src/lib/fsl",
"//zircon/third_party/rapidjson",
]
}