diff options
Diffstat (limited to 'llvm/lib/Demangle/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Demangle/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/CMakeLists.txt b/llvm/lib/Demangle/CMakeLists.txt index 74e37654f07..825df88dddc 100644 --- a/llvm/lib/Demangle/CMakeLists.txt +++ b/llvm/lib/Demangle/CMakeLists.txt @@ -1,3 +1,6 @@ add_llvm_library(LLVMDemangle ItaniumDemangle.cpp + + ADDITIONAL_HEADER_DIRS + "${LLVM_MAIN_INCLUDE_DIR}/llvm/Demangle" ) |