summaryrefslogtreecommitdiff
path: root/lib/Lex/CMakeLists.txt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-12-20 08:42:15 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-12-20 08:42:15 +0000
commit3ff53b3587862439a1a84a7b0bc9a7dbee0cf4eb (patch)
tree8abe282a889cbab857c4eace3f9655122301fe26 /lib/Lex/CMakeLists.txt
parent9082cddf28e03c2f718e92457e2d9c7390056b2d (diff)
downloadclang-3ff53b3587862439a1a84a7b0bc9a7dbee0cf4eb.tar.gz
Update the CMake build for r146959's new files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/CMakeLists.txt')
-rw-r--r--lib/Lex/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt
index 39c4fd590d..0a2ffdbf23 100644
--- a/lib/Lex/CMakeLists.txt
+++ b/lib/Lex/CMakeLists.txt
@@ -13,6 +13,7 @@ add_clang_library(clangLex
MacroInfo.cpp
ModuleMap.cpp
PPCaching.cpp
+ PPCallbacks.cpp
PPDirectives.cpp
PPExpressions.cpp
PPLexerChange.cpp