]> granicus.if.org Git - clang/commitdiff
clang/Lex: [CMake] Update CMakefiles since r169229.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Dec 2012 07:40:33 +0000 (07:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Dec 2012 07:40:33 +0000 (07:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/CMakeLists.txt
unittests/Lex/CMakeLists.txt

index 241abbc4bc6803a7ec4d41d6e554d790fba68390..2ee468294ae74270b3187872f683593e0b609ad8 100644 (file)
@@ -12,6 +12,7 @@ add_clang_library(clangLex
   ModuleMap.cpp
   PPCaching.cpp
   PPCallbacks.cpp
+  PPConditionalDirectiveRecord.cpp
   PPDirectives.cpp
   PPExpressions.cpp
   PPLexerChange.cpp
index 03c8cd5418a47d182dff517b36571c95a0ebfa4f..78838c082981ac40a2daffd26455043a702e3a94 100644 (file)
@@ -1,7 +1,7 @@
 add_clang_unittest(LexTests
   LexerTest.cpp
-  PreprocessingRecordTest.cpp
   PPCallbacksTest.cpp
+  PPConditionalDirectiveRecordTest.cpp
   )
 
 target_link_libraries(LexTests