aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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