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 |
Richard Smith | a268671 | 2014-12-05 21:52:58 +0000 | [diff] [blame] | 7 | DiagnosticTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 8 | FileManagerTest.cpp |
9 | SourceManagerTest.cpp | ||||
Ben Langmuir | c8130a7 | 2014-02-20 21:59:23 +0000 | [diff] [blame] | 10 | VirtualFileSystemTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 11 | ) |
12 | |||||
13 | target_link_libraries(BasicTests | ||||
14 | clangBasic | ||||
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 15 | clangLex |
16 | ) |