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