mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-15 03:05:23 +00:00
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)
|