blob: 2040c91270efc9e74516dcfef4e0aa599863dbc2 [file] [log] [blame]
# Copyright 2018 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.
import("//build/cpp/sdk_source_set.gni")
sdk_source_set("cpp") {
category = "partner"
sdk_name = "images_cpp"
include_base = "//sdk"
public_configs = [ "//sdk/config" ]
sources = [
"images.cc",
"images.h",
]
public_deps = [ "//sdk/fidl/fuchsia.images:fuchsia.images_hlcpp" ]
}