Home | History | Annotate | Download | only in Basic
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_clang_unittest(BasicTests
      6   CharInfoTest.cpp
      7   FileManagerTest.cpp
      8   SourceManagerTest.cpp
      9   VirtualFileSystemTest.cpp
     10   )
     11 
     12 target_link_libraries(BasicTests
     13   clangBasic
     14   clangLex
     15   )
     16