mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
e1a18819f7
llvm-svn: 76384
7 lines
217 B
CMake
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)
|