blob: d4cbad900a41e582544d68b8c960ea6c874a7bc5 [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("Disassembler") {
sources = [
"X86Disassembler.cpp",
"X86DisassemblerDecoder.cpp",
]
include_dirs = [ ".." ]
public_deps = [
"..",
"../../../MC/MCDisassembler",
]
}