libclangFormat is not libclangTooling, but it depends on it.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 3 Dec 2012 18:28:52 +0000 (18:28 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 3 Dec 2012 18:28:52 +0000 (18:28 +0000)
llvm-svn: 169139

clang/lib/Format/CMakeLists.txt
clang/lib/Format/Makefile

index 60ab14d..4b14e91 100644 (file)
@@ -21,4 +21,5 @@ target_link_libraries(clangFormat
   clangASTMatchers
   clangRewriteCore
   clangRewriteFrontend
+  clangTooling
   )
index 0d2e7a2..f4d2b98 100644 (file)
@@ -1,4 +1,4 @@
-##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
+##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL := ../..
-LIBRARYNAME := clangTooling
+LIBRARYNAME := clangFormat
 
 include $(CLANG_LEVEL)/Makefile