612a94ec92ba5689e259c06c027c84006ec57b7e
[oota-llvm.git] / lib / Target / SystemZ / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMSystemZDesc
2   SystemZMCTargetDesc.cpp
3   SystemZMCAsmInfo.cpp
4   )
5 add_dependencies(LLVMSystemZDesc SystemZCommonTableGen)
6
7 # Hack: we need to include 'main' target directory to grab private headers
8 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)