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

add_clang_unittest(StaticAnalysisTests
  AnalyzerOptionsTest.cpp
  )

target_link_libraries(StaticAnalysisTests
  clangBasic
  clangAnalysis
  clangStaticAnalyzerCore 
  )