mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
37 lines
705 B
CMake
37 lines
705 B
CMake
add_swift_library(swiftSILGen STATIC
|
|
ArgumentSource.cpp
|
|
Cleanup.cpp
|
|
Condition.cpp
|
|
FormalEvaluation.cpp
|
|
ManagedValue.cpp
|
|
ResultPlan.cpp
|
|
RValue.cpp
|
|
SwitchCaseFullExpr.cpp
|
|
SILGen.cpp
|
|
SILGenApply.cpp
|
|
SILGenBridging.cpp
|
|
SILGenBuilder.cpp
|
|
SILGenBuiltin.cpp
|
|
SILGenConstructor.cpp
|
|
SILGenConvert.cpp
|
|
SILGenDecl.cpp
|
|
SILGenDestructor.cpp
|
|
SILGenDynamicCast.cpp
|
|
SILGenEpilog.cpp
|
|
SILGenExpr.cpp
|
|
SILGenForeignError.cpp
|
|
SILGenFunction.cpp
|
|
SILGenGlobalVariable.cpp
|
|
SILGenLValue.cpp
|
|
SILGenMaterializeForSet.cpp
|
|
SILGenPattern.cpp
|
|
SILGenPoly.cpp
|
|
SILGenProfiling.cpp
|
|
SILGenProlog.cpp
|
|
SILGenStmt.cpp
|
|
SILGenThunk.cpp
|
|
SILGenType.cpp
|
|
LINK_LIBRARIES
|
|
swiftSIL
|
|
)
|