From 89837cb0a1cc3da5d2ce5ad38c32ded6c2a60926 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 23 Feb 2014 13:44:09 +0000 Subject: [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201978 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/FrontendTool/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/FrontendTool') 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 -- cgit v1.2.3