1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[cmake] Add headers in TextAPI/Elf and TextAPI/MachO subdirectories

This commit is contained in:
Simon Pilgrim 2020-04-24 18:36:12 +01:00
parent 53c31b4bce
commit 14a8e45012

View File

@ -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"
)