llvm-for-llvmta/lib/Target/PowerPC/TargetInfo/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

10 lines
130 B
CMake

add_llvm_component_library(LLVMPowerPCInfo
PowerPCTargetInfo.cpp
LINK_COMPONENTS
Support
ADD_TO_COMPONENT
PowerPC
)