YouCompleteMe/cpp/llvm/lib/Target/Mips/TargetInfo/CMakeLists.txt

8 lines
192 B
CMake
Raw Normal View History

2012-07-05 20:51:06 -04:00
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMMipsInfo
MipsTargetInfo.cpp
)
add_dependencies(LLVMMipsInfo MipsCommonTableGen)