blob: 389ea7742b065309f224e496ee692c000b9525c3 [file] [log] [blame]
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMPowerPCAsmPrinter
PPCInstPrinter.cpp
)
add_dependencies(LLVMPowerPCAsmPrinter PowerPCCodeGenTable_gen)