Home | History | Annotate | Download | only in Basic
      1 add_clang_unittest(BasicTests
      2   CharInfoTest.cpp
      3   FileManagerTest.cpp
      4   SourceManagerTest.cpp
      5   )
      6 
      7 target_link_libraries(BasicTests
      8   clangBasic
      9   clangLex
     10   )
     11