mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-15 03:05:23 +00:00
7 lines
138 B
CMake
7 lines
138 B
CMake
|
add_llvm_library(LLVMMSP430Desc
|
||
|
MSP430MCTargetDesc.cpp
|
||
|
MSP430MCAsmInfo.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMMSP430Desc MSP430CommonTableGen)
|