Skip to content
Snippets Groups Projects
Commit f3e27bf7 authored by Anton Korobeynikov's avatar Anton Korobeynikov
Browse files

Try to make cmake happy

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93119 91177308-0d34-0410-b5e6-96231b3b80d8
parent 82d0a418
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,5 @@ add_clang_library(clangCodeGen
CodeGenTypes.cpp
Mangle.cpp
ModuleBuilder.cpp
TargetABIInfo.cpp
TargetInfo.cpp
)
......@@ -29,6 +29,7 @@ add_clang_library(clangSema
SemaTemplateInstantiate.cpp
SemaTemplateInstantiateDecl.cpp
SemaType.cpp
TargetAttributesSema.cpp
)
add_dependencies(clangSema ClangDiagnosticSema)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment