[cfe-dev] [PATCH] Fix clang build in cmake
Jjgod Jiang
gzjjgod at gmail.com
Tue Nov 11 00:02:09 PST 2008
Add missing SemaCXXScopeSpec.cpp and SemaNamedCast.cpp
to CMakeLists.txt.
---
lib/Sema/CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt
index 2d8e3c8..cb28fca 100644
--- a/lib/Sema/CMakeLists.txt
+++ b/lib/Sema/CMakeLists.txt
@@ -5,6 +5,7 @@ add_clang_library(clangSema
ParseAST.cpp
SemaChecking.cpp
Sema.cpp
+ SemaCXXScopeSpec.cpp
SemaDeclAttr.cpp
SemaDecl.cpp
SemaDeclCXX.cpp
@@ -14,6 +15,7 @@ add_clang_library(clangSema
SemaExprObjC.cpp
SemaInherit.cpp
SemaInit.cpp
+ SemaNamedCast.cpp
SemaOverload.cpp
SemaStmt.cpp
SemaType.cpp
--
1.5.6.5
More information about the cfe-dev
mailing list