mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
342 B
CMake
18 lines
342 B
CMake
add_swift_library(swiftFrontend STATIC
|
|
CompilerInvocation.cpp
|
|
DiagnosticVerifier.cpp
|
|
Frontend.cpp
|
|
FrontendOptions.cpp
|
|
PrintingDiagnosticConsumer.cpp
|
|
SerializedDiagnosticConsumer.cpp
|
|
DEPENDS
|
|
SwiftOptions
|
|
LINK_LIBRARIES
|
|
swiftSIL
|
|
swiftMigrator
|
|
swiftOption
|
|
swiftParseSIL
|
|
swiftSema
|
|
swiftSerialization)
|
|
|