diff options
Diffstat (limited to 'llvm/lib/TextAPI/CMakeLists.txt')
-rw-r--r-- | llvm/lib/TextAPI/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/TextAPI/CMakeLists.txt b/llvm/lib/TextAPI/CMakeLists.txt new file mode 100644 index 00000000000..7912e91fbf1 --- /dev/null +++ b/llvm/lib/TextAPI/CMakeLists.txt @@ -0,0 +1,7 @@ +add_llvm_library(LLVMTextAPI + ELF/ELFStub.cpp + ELF/TBEHandler.cpp + + ADDITIONAL_HEADER_DIRS + "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI" +) |