blob: 6b93d37b9b39034f2618d1855d04873c0486e0c9 [file] [log] [blame]
# Copyright 2019 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("Warm") {
top_builddir = rebase_path("//third_party/openweave-core")
sources = [
"$top_builddir/src/warm/WarmCore.cpp",
]
configs += [ "//third_party/openweave-core/src/include:fuchsia" ]
public_deps = [ "//third_party/openweave-core/src/include:common" ]
}