Skip to content

Sort the CMakeLists.txt file list for lib/Sema. #5357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions lib/Sema/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
add_swift_library(swiftSema STATIC
CodeSynthesis.cpp
Constraint.cpp
ConstraintGraph.cpp
ConstraintLocator.cpp
ConstraintSystem.cpp
CSApply.cpp
CSDiag.cpp
CSGen.cpp
CSRanking.cpp
CSSimplify.cpp
CSSolver.cpp
CodeSynthesis.cpp
Constraint.cpp
ConstraintGraph.cpp
ConstraintLocator.cpp
ConstraintSystem.cpp
DerivedConformanceEquatableHashable.cpp
DerivedConformanceError.cpp
DerivedConformanceRawRepresentable.cpp
Expand All @@ -23,10 +23,9 @@ add_swift_library(swiftSema STATIC
PlaygroundTransform.cpp
SourceLoader.cpp
TypeCheckAttr.cpp
TypeCheckCaptures.cpp
TypeCheckConstraints.cpp
TypeCheckDecl.cpp
TypeChecker.cpp
TypeCheckCaptures.cpp
TypeCheckError.cpp
TypeCheckExpr.cpp
TypeCheckExprObjC.cpp
Expand All @@ -38,6 +37,7 @@ add_swift_library(swiftSema STATIC
TypeCheckRequest.cpp
TypeCheckStmt.cpp
TypeCheckType.cpp
TypeChecker.cpp
LINK_LIBRARIES
swiftParse
swiftAST)
Expand Down