aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bitcode/Reader/CMakeLists.txt')
-rw-r--r--lib/Bitcode/Reader/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bitcode/Reader/CMakeLists.txt b/lib/Bitcode/Reader/CMakeLists.txt
index f614c9f..62954f2 100644
--- a/lib/Bitcode/Reader/CMakeLists.txt
+++ b/lib/Bitcode/Reader/CMakeLists.txt
@@ -2,6 +2,9 @@ add_llvm_library(LLVMBitReader
BitReader.cpp
BitcodeReader.cpp
BitstreamReader.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
)
add_dependencies(LLVMBitReader intrinsics_gen)