mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
24 lines
515 B
CMake
24 lines
515 B
CMake
add_swift_library(swiftFrontend STATIC
|
|
ArgsToFrontendInputsConverter.cpp
|
|
ArgsToFrontendOptionsConverter.cpp
|
|
ArgsToFrontendOutputsConverter.cpp
|
|
CompilerInvocation.cpp
|
|
DiagnosticVerifier.cpp
|
|
Frontend.cpp
|
|
FrontendInputsAndOutputs.cpp
|
|
FrontendOptions.cpp
|
|
OutputFileMap.cpp
|
|
PrintingDiagnosticConsumer.cpp
|
|
SerializedDiagnosticConsumer.cpp
|
|
Types.cpp
|
|
DEPENDS
|
|
SwiftOptions
|
|
LINK_LIBRARIES
|
|
swiftSIL
|
|
swiftMigrator
|
|
swiftOption
|
|
swiftParseSIL
|
|
swiftSema
|
|
swiftSerialization)
|
|
|