diff options
Diffstat (limited to 'clang/lib/AST/CMakeLists.txt')
-rw-r--r-- | clang/lib/AST/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt index 64ad029ccea..e2545e80185 100644 --- a/clang/lib/AST/CMakeLists.txt +++ b/clang/lib/AST/CMakeLists.txt @@ -4,6 +4,8 @@ set(LLVM_LINK_COMPONENTS Support ) +add_subdirectory(Interp) + add_clang_library(clangAST APValue.cpp ASTConsumer.cpp @@ -81,5 +83,6 @@ add_clang_library(clangAST LINK_LIBS clangBasic + clangInterp clangLex ) |