summaryrefslogtreecommitdiffstats
path: root/clang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 20:22:35 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 20:22:35 +0000
commit6c696b7f98f4beae743f567f845d0b14a6419e86 (patch)
tree2b890118f2e73eb4b7b8ac996743acb3e8ac71d7 /clang/lib/CMakeLists.txt
parentc60fc656c67789a94dc666e015939c5bbd0bcded (diff)
Add GR/Checkers subdir for CMake build.
llvm-svn: 122432
Diffstat (limited to 'clang/lib/CMakeLists.txt')
-rw-r--r--clang/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CMakeLists.txt b/clang/lib/CMakeLists.txt
index 9cd734747652..2066563c33d6 100644
--- a/clang/lib/CMakeLists.txt
+++ b/clang/lib/CMakeLists.txt
@@ -13,3 +13,4 @@ add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Index)
add_subdirectory(GR)
+add_subdirectory(GR/Checkers)