10 lines
130 B
CMake
10 lines
130 B
CMake
|
add_llvm_component_library(LLVMHexagonInfo
|
||
|
HexagonTargetInfo.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
|
||
|
ADD_TO_COMPONENT
|
||
|
Hexagon
|
||
|
)
|