• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(LexTests
6  DependencyDirectivesSourceMinimizerTest.cpp
7  HeaderMapTest.cpp
8  HeaderSearchTest.cpp
9  LexerTest.cpp
10  PPCallbacksTest.cpp
11  PPConditionalDirectiveRecordTest.cpp
12  )
13
14clang_target_link_libraries(LexTests
15  PRIVATE
16  clangAST
17  clangBasic
18  clangLex
19  clangParse
20  clangSema
21  )
22