commit | 447ffb26b906540702b0efd20976e46fa694eaa9 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Oct 30 00:44:01 2014 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 18 09:43:11 2020 -0700 |
tree | 50142ebd5c7fe7680f780b2413b5a37b7e9f2016 | |
parent | 78e6f89c1f3560c15d254605a01991246eea6f77 [diff] |
[CMake] Add dependencies on clangToolingCore. llvm-svn: 220890 GitOrigin-RevId: dc872ed90868ecf54ebd13c0bd81284f2d5240e5
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 1ebb636..be87bfd 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt
@@ -16,4 +16,5 @@ clangLex clangRewrite clangTooling + clangToolingCore )
diff --git a/tools/clang-format/CMakeLists.txt b/tools/clang-format/CMakeLists.txt index 0f73203..74e843e 100644 --- a/tools/clang-format/CMakeLists.txt +++ b/tools/clang-format/CMakeLists.txt
@@ -9,6 +9,7 @@ clangFormat clangLex clangRewrite + clangToolingCore ) install(TARGETS clang-format RUNTIME DESTINATION bin)
diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 70de131..469e6a9 100644 --- a/unittests/Tooling/CMakeLists.txt +++ b/unittests/Tooling/CMakeLists.txt
@@ -25,4 +25,5 @@ clangLex clangRewrite clangTooling + clangToolingCore )