aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Option/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Option/CMakeLists.txt')
-rw-r--r--lib/Option/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Option/CMakeLists.txt b/lib/Option/CMakeLists.txt
index 1cd7d3a..8eb0860 100644
--- a/lib/Option/CMakeLists.txt
+++ b/lib/Option/CMakeLists.txt
@@ -3,4 +3,7 @@ add_llvm_library(LLVMOption
ArgList.cpp
Option.cpp
OptTable.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/Option
)