summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-30 00:44:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-30 00:44:01 +0000
commit2837ca3f8a00863e8b83fd419b526a5904b40404 (patch)
tree50142ebd5c7fe7680f780b2413b5a37b7e9f2016 /tools
parent2be41f2a856cea0717c242f780f2d98e56f6f70c (diff)
[CMake] Add dependencies on clangToolingCore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/clang-format/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-format/CMakeLists.txt b/tools/clang-format/CMakeLists.txt
index 0f73203d1f..74e843e958 100644
--- a/tools/clang-format/CMakeLists.txt
+++ b/tools/clang-format/CMakeLists.txt
@@ -9,6 +9,7 @@ target_link_libraries(clang-format
clangFormat
clangLex
clangRewrite
+ clangToolingCore
)
install(TARGETS clang-format RUNTIME DESTINATION bin)