forked from OSchip/llvm-project
clang/Lex: [CMake] Update CMakefiles since r169229.
llvm-svn: 169233
This commit is contained in:
parent
6246013f7a
commit
0e0c3aa560
|
@ -12,6 +12,7 @@ add_clang_library(clangLex
|
|||
ModuleMap.cpp
|
||||
PPCaching.cpp
|
||||
PPCallbacks.cpp
|
||||
PPConditionalDirectiveRecord.cpp
|
||||
PPDirectives.cpp
|
||||
PPExpressions.cpp
|
||||
PPLexerChange.cpp
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
add_clang_unittest(LexTests
|
||||
LexerTest.cpp
|
||||
PreprocessingRecordTest.cpp
|
||||
PPCallbacksTest.cpp
|
||||
PPConditionalDirectiveRecordTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(LexTests
|
||||
|
|
Loading…
Reference in New Issue