mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
9197834535
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.
4 lines
77 B
CMake
4 lines
77 B
CMake
add_subdirectory(Core)
|
|
add_subdirectory(Checkers)
|
|
add_subdirectory(Frontend)
|