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 | 0e0c3aa560964e4b9e5f2e54859df7defe0462b2 (patch) | |
tree | c174361d80dc48124676314a4eea06ae58cd1bcb /clang/lib | |
parent | 6246013f7a92f1cac4c1e4635f741ec42e8a70f1 (diff) | |
download | bcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.tar.gz bcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.zip |
clang/Lex: [CMake] Update CMakefiles since r169229.
llvm-svn: 169233
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Lex/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Lex/CMakeLists.txt b/clang/lib/Lex/CMakeLists.txt index 241abbc4bc6..2ee468294ae 100644 --- a/clang/lib/Lex/CMakeLists.txt +++ b/clang/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 |