Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it
[oota-llvm.git] / lib / Target / MBlaze / TargetInfo / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMMBlazeInfo
4   MBlazeTargetInfo.cpp
5   )
6
7 add_dependencies(LLVMMBlazeInfo MBlazeCodeGenTable_gen)