2013-12-10 20:40:37 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2012-06-21 17:51:42 +08:00
|
|
|
add_clang_unittest(LexTests
|
2016-02-21 04:39:51 +08:00
|
|
|
HeaderMapTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
LexerTest.cpp
|
2012-11-02 01:52:58 +08:00
|
|
|
PPCallbacksTest.cpp
|
2012-12-04 15:40:33 +08:00
|
|
|
PPConditionalDirectiveRecordTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(LexTests
|
2013-12-10 20:40:37 +08:00
|
|
|
clangAST
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangParse
|
|
|
|
clangSema
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|