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

add_clang_unittest(ClangSupportTests
  TimeProfilerTest.cpp
  )

clang_target_link_libraries(ClangSupportTests
  PRIVATE
  clangAST
  clangBasic
  clangFrontend
  clangSerialization
  )