Major update to CMake build to reflect changes in r135219 in the
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMARMDesc
2   ARMMCTargetDesc.cpp
3   ARMMCAsmInfo.cpp
4   )
5
6 # Hack: we need to include 'main' target directory to grab private headers
7 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)