blob: cac3178b789d0d4caa813f095eb42bdb1949042d [file] [log] [blame] [edit]
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMAlphaInfo
AlphaTargetInfo.cpp
)
add_llvm_library_dependencies(LLVMAlphaInfo
LLVMMC
LLVMSupport
LLVMTarget
)
add_dependencies(LLVMAlphaInfo AlphaCommonTableGen)