]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Basic/CMakeLists.txt
Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1):
[FreeBSD/FreeBSD.git] / unittests / Basic / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
4
5 add_clang_unittest(BasicTests
6   CharInfoTest.cpp
7   DiagnosticTest.cpp
8   FileManagerTest.cpp
9   SourceManagerTest.cpp
10   VirtualFileSystemTest.cpp
11   )
12
13 target_link_libraries(BasicTests
14   clangBasic
15   clangLex
16   )