From 0e0c3aa560964e4b9e5f2e54859df7defe0462b2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 07:40:33 +0000 Subject: [PATCH] clang/Lex: [CMake] Update CMakefiles since r169229. llvm-svn: 169233 --- clang/lib/Lex/CMakeLists.txt | 1 + clang/unittests/Lex/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/lib/Lex/CMakeLists.txt b/clang/lib/Lex/CMakeLists.txt index 241abbc..2ee4682 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 diff --git a/clang/unittests/Lex/CMakeLists.txt b/clang/unittests/Lex/CMakeLists.txt index 03c8cd5..78838c0 100644 --- a/clang/unittests/Lex/CMakeLists.txt +++ b/clang/unittests/Lex/CMakeLists.txt @@ -1,7 +1,7 @@ add_clang_unittest(LexTests LexerTest.cpp - PreprocessingRecordTest.cpp PPCallbacksTest.cpp + PPConditionalDirectiveRecordTest.cpp ) target_link_libraries(LexTests -- 2.7.4