blob: cc07bc0cb28fa924a2710c4f5bfd1d57b3c76518 [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.
static_library("MCDisassembler") {
sources = [
"Disassembler.cpp",
"MCDisassembler.cpp",
"MCExternalSymbolizer.cpp",
"MCRelocationInfo.cpp",
"MCSymbolizer.cpp",
]
public_deps = [
"..",
]
}