summaryrefslogtreecommitdiff
path: root/lib/FrontendTool
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FrontendTool')
-rw-r--r--lib/FrontendTool/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/FrontendTool/CMakeLists.txt b/lib/FrontendTool/CMakeLists.txt
index 4274a604a2..63b6e9b7df 100644
--- a/lib/FrontendTool/CMakeLists.txt
+++ b/lib/FrontendTool/CMakeLists.txt
@@ -5,6 +5,9 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangFrontendTool
ExecuteCompilerInvocation.cpp
+
+ DEPENDS
+ ClangDriverOptions
)
target_link_libraries(clangFrontendTool