summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
blob: 639a97f25311243ee44b15f5dcd26410cb5078fa (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/SampleAnalyzerPlugin.exports)
add_llvm_library(SampleAnalyzerPlugin MODULE MainCallChecker.cpp PLUGIN_TOOL clang)

target_link_libraries(SampleAnalyzerPlugin PRIVATE
  clangAnalysis
  clangAST
  clangStaticAnalyzerCore
  clangStaticAnalyzerFrontend
  LLVMSupport
  )
OpenPOWER on IntegriCloud