blob: 68730b40d7ca07129c08479f912b668160920469 [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
clangAPINotes
clangParse
clangSema
)