summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Analysis/CMakeLists.txt
blob: 03716e2e5e976afea4414dbdfdb30b70a65cc524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_unittest(ClangAnalysisTests
  CFGDominatorTree.cpp
  CFGTest.cpp
  CloneDetectionTest.cpp
  ExprMutationAnalyzerTest.cpp
  )

clang_target_link_libraries(ClangAnalysisTests
  PRIVATE
  clangAnalysis
  clangAST
  clangASTMatchers
  clangBasic
  clangFrontend
  clangSerialization
  clangTooling
  )
OpenPOWER on IntegriCloud