summaryrefslogtreecommitdiffstats
path: root/unittests/Basic/CMakeLists.txt
blob: 3a9f34f3d2754a645db4ed09f26f303db7fd0ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_unittest(BasicTests
  CharInfoTest.cpp
  DiagnosticTest.cpp
  FileManagerTest.cpp
  MemoryBufferCacheTest.cpp
  SourceManagerTest.cpp
  VirtualFileSystemTest.cpp
  )

target_link_libraries(BasicTests
  clangBasic
  clangLex
  )