blob: 1fb57cfdfba0770d1a8267db98cd230d781eb59e [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(LexTests
LexerTest.cpp
PPCallbacksTest.cpp
PPConditionalDirectiveRecordTest.cpp
)
target_link_libraries(LexTests
clangAST
clangBasic
clangLex
clangParse
clangSema
clangSerialization
)