diff options
author | Mike Stump <mrs@apple.com> | 2009-06-03 22:24:28 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-06-03 22:24:28 +0000 |
commit | 58921741c957c6e8f8e4342afa29972a9b23a2bd (patch) | |
tree | 540e8b19be7c70d888ab6d9b7a4b228b46d0cc89 | |
parent | 29dde39ae42a8cd75b84321caccfa4f607f4be0b (diff) |
Fix cmake builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72814 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index d6c46a8adc..668ac80c7f 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -5,6 +5,7 @@ add_clang_library(clangCodeGen CGBlocks.cpp CGCall.cpp CGCXX.cpp + CGCXXTemp.cpp CGDebugInfo.cpp CGDecl.cpp CGExprAgg.cpp |