mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
4e00f5f8fd
llvm-svn: 145420
8 lines
192 B
CMake
8 lines
192 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMMipsInfo
|
|
MipsTargetInfo.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMMipsInfo MipsCommonTableGen)
|