summaryrefslogtreecommitdiffstats
path: root/clang/examples/analyzer-plugin/CMakeLists.txt
blob: 1788d6c5cac96b7073152dee94e0e5870e7e8add (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)

if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
  target_link_libraries(SampleAnalyzerPlugin ${cmake_2_8_12_PRIVATE}
    clangAnalysis
    clangAST
    clangStaticAnalyzerCore
    LLVMSupport
    )
endif()
OpenPOWER on IntegriCloud