blob: b8f69bf357b4ba21daaeb520ee828624bd3fa358 [file] [log] [blame]
NAKAMURA Takumiac8517922013-12-10 12:40:37 +00001set(LLVM_LINK_COMPONENTS
2 Support
3 )
4
Chandler Carruth016bbd82012-06-21 09:51:42 +00005add_clang_unittest(BasicTests
Jordan Rosea2100d72013-02-08 22:30:22 +00006 CharInfoTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +00007 FileManagerTest.cpp
8 SourceManagerTest.cpp
Ben Langmuirc8130a72014-02-20 21:59:23 +00009 VirtualFileSystemTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +000010 )
11
12target_link_libraries(BasicTests
13 clangBasic
14 clangLex
15 )