blob: 4d75da32a8844949144ee5fbf48f7567a91a4258 [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.
source_set("type_traits") {
public = ["type_traits.h"]
deps = [
"../base:config"
]
}