Mercurial > hg > CbC > CbC_llvm
annotate llvm/lib/TextAPI/CMakeLists.txt @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
rev | line source |
---|---|
150 | 1 add_llvm_component_library(LLVMTextAPI |
2 ELF/ELFStub.cpp | |
3 ELF/TBEHandler.cpp | |
4 MachO/Architecture.cpp | |
5 MachO/ArchitectureSet.cpp | |
6 MachO/InterfaceFile.cpp | |
7 MachO/PackedVersion.cpp | |
8 MachO/Platform.cpp | |
9 MachO/Symbol.cpp | |
10 MachO/Target.cpp | |
11 MachO/TextStub.cpp | |
12 MachO/TextStubCommon.cpp | |
13 | |
14 ADDITIONAL_HEADER_DIRS | |
15 "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI" | |
16 ) |