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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
lib
/
TextAPI
/
CMakeLists.txt
blob
6dc3cccafc8d76501d3fe0b2b39eaa01ebbb5a80
1
add_llvm_component_library(LLVMTextAPI
2
Architecture.cpp
3
ArchitectureSet.cpp
4
InterfaceFile.cpp
5
PackedVersion.cpp
6
Platform.cpp
7
Symbol.cpp
8
Target.cpp
9
TextStub.cpp
10
TextStubCommon.cpp
11
12
ADDITIONAL_HEADER_DIRS
13
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
14
15
LINK_COMPONENTS
16
Support
17
BinaryFormat
18
)