blob: 9ad5cace80600c5bb78d88a865ca098fa17ace4d [file] [log] [blame]
set(MODULE TRUE)
set( LLVM_LINK_COMPONENTS support mc)
add_clang_library(SampleAnalyzerPlugin MainCallChecker.cpp)
target_link_libraries(SampleAnalyzerPlugin
clangStaticAnalyzerCore
)
set_target_properties(SampleAnalyzerPlugin
PROPERTIES
LINKER_LANGUAGE CXX
PREFIX "")