mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
22 lines
466 B
CMake
22 lines
466 B
CMake
add_swift_library(swiftFrontendTool STATIC
|
|
FrontendTool.cpp
|
|
ImportedModules.cpp
|
|
ReferenceDependencies.cpp
|
|
TBD.cpp
|
|
DEPENDS
|
|
swift-syntax-generated-headers SwiftOptions
|
|
LINK_LIBRARIES
|
|
swiftIndex
|
|
swiftIDE
|
|
swiftTBDGen swiftIRGen swiftSIL swiftSILGen swiftSILOptimizer
|
|
swiftDemangling
|
|
swiftImmediate
|
|
swiftSerialization
|
|
swiftPrintAsObjC
|
|
swiftFrontend
|
|
swiftClangImporter
|
|
swiftOption
|
|
clangAPINotes
|
|
clangBasic
|
|
)
|