blob: ff121106ba8e96c895bda0d5d7cd0bb7fad21d5a [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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("modular_cpp") {
sources = [
"agent.cc",
"include/lib/modular/cpp/agent.h",
]
include_dirs = [ "include" ]
public_deps = [
"../../fidl/fuchsia.modular",
"../../fidl/fuchsia.sys",
"../fidl_cpp",
"../sys_cpp",
]
}
group("all"){
deps = [
":modular_cpp",
]
}