From: Argyrios Kyrtzidis Date: Mon, 4 Apr 2011 23:17:56 +0000 (+0000) Subject: Also update CMakeList.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a71acfe2e3d065fd32e457f46d46da32a09c62c8;p=clang Also update CMakeList.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128854 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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