Add X86 MMX type to bitcode and Type.
[oota-llvm.git] / lib / Target / Mips / AsmPrinter / CMakeLists.txt
1 include_directories(
2   ${CMAKE_CURRENT_BINARY_DIR}/..
3   ${CMAKE_CURRENT_SOURCE_DIR}/..
4   )
5
6 add_llvm_library(LLVMMipsAsmPrinter
7   MipsAsmPrinter.cpp
8   )
9 add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)