aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Support/CMakeLists.txt
blob: d0ce4f6d106176b98e207d19773ee3426e19a071 (plain)
1
2
3
4
5
6
7
8
9
10
add_clang_unittest(ClangSupportTests
  TimeProfilerTest.cpp
  CLANG_LIBS
  clangAST
  clangBasic
  clangFrontend
  clangSerialization
  LLVM_COMPONENTS
  Support
  )