From a71acfe2e3d065fd32e457f46d46da32a09c62c8 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 4 Apr 2011 23:17:56 +0000 Subject: [PATCH] Also update CMakeList.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128854 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 91c3a68dea..68ce61445d 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -16,6 +16,7 @@ add_clang_library(clangFrontend CacheTokens.cpp CompilerInstance.cpp CompilerInvocation.cpp + CreateInvocationFromCommandLine.cpp DependencyFile.cpp DiagChecker.cpp FrontendAction.cpp -- 2.50.1