summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TextAPI/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/TextAPI/CMakeLists.txt')
-rw-r--r--llvm/lib/TextAPI/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/lib/TextAPI/CMakeLists.txt b/llvm/lib/TextAPI/CMakeLists.txt
new file mode 100644
index 00000000000..dd2023ebd72
--- /dev/null
+++ b/llvm/lib/TextAPI/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_llvm_library(LLVMTextAPI
+ MachO/Architecture.cpp
+ MachO/ArchitectureSet.cpp
+ MachO/InterfaceFile.cpp
+ MachO/PackedVersion.cpp
+ MachO/Symbol.cpp
+ MachO/TextStub.cpp
+ MachO/TextStubCommon.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
+)
OpenPOWER on IntegriCloud