Sign in
llvm
/
llvm-project
/
clang
/
ded5e66241f0a76f097289deb73e623ddf800178
/
.
/
examples
/
analyzer-plugin
/
CMakeLists.txt
blob: 1788d6c5cac96b7073152dee94e0e5870e7e8add [
file
]
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()