Home | History | Annotate | Download | only in TargetInfo
      1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
      2 
      3 add_llvm_library(LLVMAlphaInfo
      4   AlphaTargetInfo.cpp
      5   )
      6 
      7 add_llvm_library_dependencies(LLVMAlphaInfo
      8   LLVMMC
      9   LLVMSupport
     10   LLVMTarget
     11   )
     12 
     13 add_dependencies(LLVMAlphaInfo AlphaCommonTableGen)
     14