diff options
Diffstat (limited to 'lib/Tooling/Core/CMakeLists.txt')
-rw-r--r-- | lib/Tooling/Core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index c8c75f9..b88e1f8 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt @@ -1,9 +1,11 @@ set(LLVM_LINK_COMPONENTS support) add_clang_library(clangToolingCore + Lookup.cpp Replacement.cpp LINK_LIBS + clangAST clangBasic clangLex clangRewrite |