repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Darwin][Driver][clang] apple-none-macho orders the resource directory after internal...
[llvm-project.git]
/
llvm
/
lib
/
Target
/
Hexagon
/
AsmParser
/
CMakeLists.txt
blob
abc25aa34febba8b4e08fcb07fcfe3d4c6cfbe41
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_component_library(LLVMHexagonAsmParser
4
HexagonAsmParser.cpp
5
6
LINK_COMPONENTS
7
MC
8
MCParser
9
Support
10
HexagonDesc
11
HexagonInfo
12
13
ADD_TO_COMPONENT
14
Hexagon
15
)
16
17
add_dependencies( LLVMHexagonAsmParser HexagonCommonTableGen )