[llvm] acc3cbb - [cmake] Add headers in TextAPI/Elf and TextAPI/MachO subdirectories
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 10:43:01 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-24T18:42:44+01:00
New Revision: acc3cbbc9a179bc488465cc899a23ecf6eb201eb
URL: https://github.com/llvm/llvm-project/commit/acc3cbbc9a179bc488465cc899a23ecf6eb201eb
DIFF: https://github.com/llvm/llvm-project/commit/acc3cbbc9a179bc488465cc899a23ecf6eb201eb.diff
LOG: [cmake] Add headers in TextAPI/Elf and TextAPI/MachO subdirectories
Added:
Modified:
llvm/lib/TextAPI/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/TextAPI/CMakeLists.txt b/llvm/lib/TextAPI/CMakeLists.txt
index 6093e1531216..36528f0995d8 100644
--- a/llvm/lib/TextAPI/CMakeLists.txt
+++ b/llvm/lib/TextAPI/CMakeLists.txt
@@ -13,4 +13,6 @@ add_llvm_component_library(LLVMTextAPI
ADDITIONAL_HEADER_DIRS
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
+ "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI/Elf"
+ "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI/MachO"
)
More information about the llvm-commits
mailing list