llvm-6502/lib/Target/PowerPC/AsmPrinter/CMakeLists.txt
Chris Lattner e3a601b648 add newlines at end of files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100706 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-07 22:54:55 +00:00

7 lines
213 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMPowerPCAsmPrinter
PPCAsmPrinter.cpp
)
add_dependencies(LLVMPowerPCAsmPrinter PowerPCCodeGenTable_gen)