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

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

target_link_libraries(BasicTests
  clangBasic
  clangLex
  )