blob: e2dabb174901c4b1e7f9b520e0f2396749b45eea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMSparcInfo
SparcTargetInfo.cpp
)
add_llvm_library_dependencies(LLVMSparcInfo
LLVMMC
LLVMSupport
LLVMTarget
)
add_dependencies(LLVMSparcInfo SparcCodeGenTable_gen)
|