summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-17 18:31:01 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-17 18:31:01 +0000
commit4557e473c9e673e7e6f7063478f63a5b3c6c10b2 (patch)
treefbc09048f1d54704355c8493a2ffc603f91bf0c7 /lib/CMakeLists.txt
parent9baa8b0be653159599263712ab316f6c923553d0 (diff)
downloadclang-4557e473c9e673e7e6f7063478f63a5b3c6c10b2.tar.gz
Revert Sebastian's build-breaking patch.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 8ecfcbea29..bc2cd460d9 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -8,7 +8,6 @@ add_subdirectory(CodeGen)
add_subdirectory(Analysis)
add_subdirectory(Rewrite)
add_subdirectory(Driver)
-add_subdirectory(Serialization)
add_subdirectory(Frontend)
add_subdirectory(Index)
add_subdirectory(Checker)