From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 07:40:33 +0000 (+0000) Subject: clang/Lex: [CMake] Update CMakefiles since r169229. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b331b5e4c621309a94bcfd00983ed1a97ef3d429;p=clang clang/Lex: [CMake] Update CMakefiles since r169229. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169233 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 diff --git a/unittests/Lex/CMakeLists.txt b/unittests/Lex/CMakeLists.txt index 03c8cd5418..78838c0829 100644 --- a/unittests/Lex/CMakeLists.txt +++ b/unittests/Lex/CMakeLists.txt @@ -1,7 +1,7 @@ add_clang_unittest(LexTests LexerTest.cpp - PreprocessingRecordTest.cpp PPCallbacksTest.cpp + PPConditionalDirectiveRecordTest.cpp ) target_link_libraries(LexTests