1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-05 12:31:33 +00:00
llvm-6502/lib/Target/SystemZ/AsmPrinter/CMakeLists.txt
Daniel Dunbar 3f189a3eb4 CMake support for SystemZ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76384 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-20 00:24:17 +00:00

7 lines
217 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMSystemZAsmPrinter
SystemZAsmPrinter.cpp
)
add_dependencies(LLVMSystemZAsmPrinter SystemZCodeGenTable_gen)