2009-07-16 14:36:52 +00:00
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
|
|
|
|
add_llvm_library(LLVMSystemZInfo
|
|
|
|
SystemZTargetInfo.cpp
|
|
|
|
)
|
|
|
|
|
2009-07-19 00:46:44 +00:00
|
|
|
add_dependencies(LLVMSystemZInfo SystemZCodeGenTable_gen)
|