• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(FrontendTests
6  FrontendActionTest.cpp
7  )
8target_link_libraries(FrontendTests
9  clangAST
10  clangBasic
11  clangFrontend
12  clangLex
13  clangSema
14  )
15