Skip to content
Snippets Groups Projects
Commit 2837ca3f authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

[CMake] Add dependencies on clangToolingCore.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220890 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2be41f2a
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ add_clang_library(clangIndex
clangLex
clangRewrite
clangTooling
clangToolingCore
)
......@@ -9,6 +9,7 @@ target_link_libraries(clang-format
clangFormat
clangLex
clangRewrite
clangToolingCore
)
install(TARGETS clang-format RUNTIME DESTINATION bin)
......
......@@ -25,4 +25,5 @@ target_link_libraries(ToolingTests
clangLex
clangRewrite
clangTooling
clangToolingCore
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment