2009-07-15 14:35:19 +08:00
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
|
|
|
|
add_llvm_library(LLVMPowerPCInfo
|
|
|
|
PowerPCTargetInfo.cpp
|
|
|
|
)
|
|
|
|
|
2011-08-02 03:55:11 +08:00
|
|
|
add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen)
|