mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
a58082f349
llvm-svn: 100706
10 lines
218 B
CMake
10 lines
218 B
CMake
include_directories(
|
|
${CMAKE_CURRENT_BINARY_DIR}/..
|
|
${CMAKE_CURRENT_SOURCE_DIR}/..
|
|
)
|
|
|
|
add_llvm_library(LLVMMipsAsmPrinter
|
|
MipsAsmPrinter.cpp
|
|
)
|
|
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)
|