xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/CMakeLists.txt (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1if(CLANG_ENABLE_STATIC_ANALYZER AND LLVM_ENABLE_PLUGINS)
2  add_subdirectory(SampleAnalyzer)
3  add_subdirectory(CheckerDependencyHandling)
4  add_subdirectory(CheckerOptionHandling)
5endif()
6