aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IRReader
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRReader')
-rw-r--r--lib/IRReader/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/IRReader/CMakeLists.txt b/lib/IRReader/CMakeLists.txt
index cf10d8b..2c0e61b 100644
--- a/lib/IRReader/CMakeLists.txt
+++ b/lib/IRReader/CMakeLists.txt
@@ -1,3 +1,6 @@
add_llvm_library(LLVMIRReader
IRReader.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/IRReader
)