aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
commitb331b5e4c621309a94bcfd00983ed1a97ef3d429 (patch)
treebe1ff5fc91ca1ae69c4383c135cb000c2d7c7fd5
parentc4475eee423e2a07d79e9ab39e47b8de93a1971b (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
-rw-r--r--lib/Lex/CMakeLists.txt1
-rw-r--r--unittests/Lex/CMakeLists.txt2
2 files changed, 2 insertions, 1 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
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