hanchenye-llvm-project/llvm/lib/Target/Mips/InstPrinter/CMakeLists.txt

13 lines
282 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMMipsAsmPrinter
MipsInstPrinter.cpp
)
add_llvm_library_dependencies(LLVMMipsAsmPrinter
LLVMMC
LLVMSupport
)
add_dependencies(LLVMMipsAsmPrinter MipsCommonTableGen)