llvm-capstone/clang/lib/StaticAnalyzer/CMakeLists.txt
Nico Weber 9197834535 Revert "Fix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analyzer source"
This reverts commit 6d7b3d6b3a.
Breaks running cmake with `-DCLANG_ENABLE_STATIC_ANALYZER=OFF`
without turning off CLANG_TIDY_ENABLE_STATIC_ANALYZER.
See comments on https://reviews.llvm.org/D109611 for details.
2021-09-20 16:18:03 -04:00

4 lines
77 B
CMake

add_subdirectory(Core)
add_subdirectory(Checkers)
add_subdirectory(Frontend)