12 lines
167 B
CMake
12 lines
167 B
CMake
|
add_llvm_component_library(LLVMPowerPCDisassembler
|
||
|
PPCDisassembler.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
MCDisassembler
|
||
|
PowerPCInfo
|
||
|
Support
|
||
|
|
||
|
ADD_TO_COMPONENT
|
||
|
PowerPC
|
||
|
)
|