aboutsummaryrefslogtreecommitdiff
path: root/lib
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
commita966c5590d5ad244e359023e6765a6d2e6a819f3 (patch)
treefb4ca52c8ddc3c2d8afb8744006ffe1036c8801a /lib
parentefdda4c5db5009603de9758a0dae19b855f1535c (diff)
Add GR/Checkers subdir for CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 9cd7347476..2066563c33 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -13,3 +13,4 @@ add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Index)
add_subdirectory(GR)
+add_subdirectory(GR/Checkers)