[PATCH] CMake build fixes

After renaming lib/Checker, CMake build of clang give me errors, because some *.inc targets from Basic and AST are not built before static analyzer itself.
Following patch fixes this issue.

CMakeLists.txt.patch (432 Bytes)

arrowdodger <6yearold@gmail.com> writes:

After renaming lib/Checker, CMake build of clang give me errors, because
some *.inc targets from Basic and AST are not built before static analyzer
itself.
Following patch fixes this issue.

Applied in r122747. Thanks!