diff options
author | Francois Pichet <pichet2000@gmail.com> | 2010-10-10 09:17:09 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2010-10-10 09:17:09 +0000 |
commit | 08f7e6740c67a57b247ab2f883543a826fabb353 (patch) | |
tree | e8cc35ea4b417bad24ac529dd7d8b905b1064908 | |
parent | 1c9e6b1bad53486efd12564f76e960efd0d9dd61 (diff) |
Unbreak the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116164 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Checker/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Checker/CMakeLists.txt b/lib/Checker/CMakeLists.txt index e69808e48e..e6f24dd78d 100644 --- a/lib/Checker/CMakeLists.txt +++ b/lib/Checker/CMakeLists.txt @@ -29,6 +29,7 @@ add_clang_library(clangChecker CheckSizeofPointer.cpp Checker.cpp CheckerHelpers.cpp + ChrootChecker.cpp CocoaConventions.cpp DereferenceChecker.cpp DivZeroChecker.cpp |