From 2837ca3f8a00863e8b83fd419b526a5904b40404 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 30 Oct 2014 00:44:01 +0000 Subject: [PATCH] [CMake] Add dependencies on clangToolingCore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220890 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Index/CMakeLists.txt | 1 + tools/clang-format/CMakeLists.txt | 1 + unittests/Tooling/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 1ebb636e8e..be87bfd24a 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -16,4 +16,5 @@ add_clang_library(clangIndex clangLex clangRewrite clangTooling + clangToolingCore ) 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) diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 70de1314be..469e6a956b 100644 --- a/unittests/Tooling/CMakeLists.txt +++ b/unittests/Tooling/CMakeLists.txt @@ -25,4 +25,5 @@ target_link_libraries(ToolingTests clangLex clangRewrite clangTooling + clangToolingCore ) -- 2.40.0