1 add_llvm_library(LLVMSystemZDesc 2 SystemZMCTargetDesc.cpp 3 SystemZMCAsmInfo.cpp 4 ) 5 6 add_llvm_library_dependencies(LLVMSystemZDesc 7 LLVMMC 8 LLVMSystemZInfo 9 ) 10 11 add_dependencies(LLVMSystemZDesc SystemZCommonTableGen) 12 13 # Hack: we need to include 'main' target directory to grab private headers 14 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..) 15