diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 07:40:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 07:40:33 +0000 |
commit | b331b5e4c621309a94bcfd00983ed1a97ef3d429 (patch) | |
tree | be1ff5fc91ca1ae69c4383c135cb000c2d7c7fd5 /lib | |
parent | c4475eee423e2a07d79e9ab39e47b8de93a1971b (diff) |
clang/Lex: [CMake] Update CMakefiles since r169229.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Lex/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt index 241abbc4bc..2ee468294a 100644 --- a/lib/Lex/CMakeLists.txt +++ b/lib/Lex/CMakeLists.txt @@ -12,6 +12,7 @@ add_clang_library(clangLex ModuleMap.cpp PPCaching.cpp PPCallbacks.cpp + PPConditionalDirectiveRecord.cpp PPDirectives.cpp PPExpressions.cpp PPLexerChange.cpp |