diff options
Diffstat (limited to 'lib/Sema')
-rw-r--r-- | lib/Sema/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/Sema/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 23809b9309..e90c7e30c2 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -24,3 +24,5 @@ add_clang_library(clangSema SemaTemplateInstantiate.cpp SemaType.cpp ) + +add_dependencies(clangSema ClangDiagnosticSema) diff --git a/lib/Sema/Makefile b/lib/Sema/Makefile index 9193a546ca..0f4c7965dc 100644 --- a/lib/Sema/Makefile +++ b/lib/Sema/Makefile @@ -17,7 +17,7 @@ LIBRARYNAME := clangSema BUILD_ARCHIVE = 1 CXXFLAGS = -fno-rtti -CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include +CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include include $(LEVEL)/Makefile.common |