[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / lib / MC / MCDisassembler / CMakeLists.txt
blobbf6392c4c106f7d0279f5a54d7ef5a8eee5ad022
1 add_llvm_component_library(LLVMMCDisassembler
2   Disassembler.cpp
3   MCDisassembler.cpp
4   MCExternalSymbolizer.cpp
5   MCRelocationInfo.cpp
6   MCSymbolizer.cpp
8   LINK_COMPONENTS
9   MC
10   Support
11   TargetParser
12   )