Home | History | Annotate | Download | only in Lex
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_clang_unittest(LexTests
      6   HeaderMapTest.cpp
      7   LexerTest.cpp
      8   PPCallbacksTest.cpp
      9   PPConditionalDirectiveRecordTest.cpp
     10   )
     11 
     12 target_link_libraries(LexTests
     13   clangAST
     14   clangBasic
     15   clangLex
     16   clangParse
     17   clangSema
     18   )
     19