2009-07-15 14:35:19 +08:00
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
|
|
|
|
add_llvm_library(LLVMPowerPCInfo
|
|
|
|
PowerPCTargetInfo.cpp
|
|
|
|
)
|
|
|
|
|
2009-07-19 08:21:12 +08:00
|
|
|
add_dependencies(LLVMPowerPCInfo PowerPCCodeGenTable_gen)
|