NAKAMURA Takumi | ac851792 | 2013-12-10 12:40:37 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Support | ||||
3 | ) | ||||
4 | |||||
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 5 | add_clang_unittest(BasicTests |
Jordan Rose | a2100d7 | 2013-02-08 22:30:22 +0000 | [diff] [blame] | 6 | CharInfoTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 7 | FileManagerTest.cpp |
8 | SourceManagerTest.cpp | ||||
Ben Langmuir | c8130a7 | 2014-02-20 21:59:23 +0000 | [diff] [blame] | 9 | VirtualFileSystemTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 10 | ) |
11 | |||||
12 | target_link_libraries(BasicTests | ||||
13 | clangBasic | ||||
14 | clangLex | ||||
15 | ) |