summaryrefslogtreecommitdiffstats
path: root/clang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-12-23 07:22:02 +0000
committerTed Kremenek <kremenek@apple.com>2010-12-23 07:22:02 +0000
commitef33f0996c6a625767690395f3cfb41afb84db5a (patch)
treee7d0e6ec23cdcb950b06d65a125b150aba35c7f0 /clang/lib/CMakeLists.txt
parent98857c986078c6e6a10910628dbabf75ae735b76 (diff)
Rename headers: 'clang/GR' 'clang/EntoSA' and
update Makefile. llvm-svn: 122493
Diffstat (limited to 'clang/lib/CMakeLists.txt')
-rw-r--r--clang/lib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CMakeLists.txt b/clang/lib/CMakeLists.txt
index 2066563c33d6..6197dc72d0ba 100644
--- a/clang/lib/CMakeLists.txt
+++ b/clang/lib/CMakeLists.txt
@@ -12,5 +12,5 @@ add_subdirectory(Serialization)
add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Index)
-add_subdirectory(GR)
-add_subdirectory(GR/Checkers)
+add_subdirectory(EntoSA)
+add_subdirectory(EntoSA/Checkers)