Rewrite the CMake build to use explicit dependencies between libraries,
[oota-llvm.git] / lib / Target / MSP430 / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMMSP430Desc
2   MSP430MCTargetDesc.cpp
3   MSP430MCAsmInfo.cpp
4   )
5
6 add_llvm_library_dependencies(LLVMMSP430Desc
7   LLVMMC
8   LLVMMSP430AsmPrinter
9   LLVMMSP430Info
10   )
11
12 add_dependencies(LLVMMSP430Desc MSP430CommonTableGen)