blob: 90c55ca8ed93c20bdb2c27c06249904956356812 [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("c11-thread") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "thread.cc" ]
deps = [
"//sdk/lib/fdio",
"//sdk/lib/fit",
"//zircon/public/lib/zx",
"//zircon/public/lib/zxtest",
]
}