Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 3f5af5d

Browse files
committed
More missing dependencies picked up by Ninja.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139248 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 066d502 commit 3f5af5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/FrontendTool/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
55
add_clang_library(clangFrontendTool
66
ExecuteCompilerInvocation.cpp
77
)
8+
9+
add_dependencies(clangFrontendTool
10+
ClangCC1Options
11+
ClangDiagnosticFrontend)

0 commit comments

Comments
 (0)