android_mt6572_jiabo/external/clang/examples/analyzer-plugin/CMakeLists.txt
2025-09-05 16:56:03 +08:00

10 lines
272 B
CMake

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()