• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(BasicTests
6  CharInfoTest.cpp
7  FileManagerTest.cpp
8  SourceManagerTest.cpp
9  VirtualFileSystemTest.cpp
10  )
11
12target_link_libraries(BasicTests
13  clangBasic
14  clangLex
15  )
16