Home | History | Annotate | Download | only in analyzer-plugin
      1 add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)
      2 
      3 if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
      4   target_link_libraries(SampleAnalyzerPlugin ${cmake_2_8_12_PRIVATE}
      5     clangAnalysis
      6     clangAST
      7     clangStaticAnalyzerCore
      8     LLVMSupport
      9     )
     10 endif()
     11