xref: /minix3/external/bsd/llvm/dist/clang/unittests/Basic/CMakeLists.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucset(LLVM_LINK_COMPONENTS
2*0a6a1f1dSLionel Sambuc  Support
3*0a6a1f1dSLionel Sambuc  )
4*0a6a1f1dSLionel Sambuc
5f4a2713aSLionel Sambucadd_clang_unittest(BasicTests
6f4a2713aSLionel Sambuc  CharInfoTest.cpp
7*0a6a1f1dSLionel Sambuc  DiagnosticTest.cpp
8f4a2713aSLionel Sambuc  FileManagerTest.cpp
9f4a2713aSLionel Sambuc  SourceManagerTest.cpp
10*0a6a1f1dSLionel Sambuc  VirtualFileSystemTest.cpp
11f4a2713aSLionel Sambuc  )
12f4a2713aSLionel Sambuc
13f4a2713aSLionel Sambuctarget_link_libraries(BasicTests
14f4a2713aSLionel Sambuc  clangBasic
15f4a2713aSLionel Sambuc  clangLex
16f4a2713aSLionel Sambuc  )
17