diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-04-04 23:17:56 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-04-04 23:17:56 +0000 |
commit | a71acfe2e3d065fd32e457f46d46da32a09c62c8 (patch) | |
tree | 507173fd8a24ca5bf3e2c8a7b527ba63f5c1ad86 | |
parent | ea383c0dffb78aea0c427a6ccf4490a5083fcb6a (diff) |
Also update CMakeList.txt
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128854 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |