aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TableGen/CMakeLists.txt')
-rw-r--r--lib/TableGen/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/TableGen/CMakeLists.txt b/lib/TableGen/CMakeLists.txt
index fb70218..9333b65 100644
--- a/lib/TableGen/CMakeLists.txt
+++ b/lib/TableGen/CMakeLists.txt
@@ -7,4 +7,7 @@ add_llvm_library(LLVMTableGen
TableGenBackend.cpp
TGLexer.cpp
TGParser.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/TableGen
)