File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ add_subdirectory(SwiftSyntaxMacroExpansion)
2020add_subdirectory (SwiftCompilerPluginMessageHandling)
2121add_subdirectory (SwiftIDEUtils)
2222add_subdirectory (SwiftCompilerPlugin)
23+ add_subdirectory (VersionMarkerModules)
Original file line number Diff line number Diff line change 1+ # This source file is part of the Swift.org open source project
2+ #
3+ # Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
4+ # Licensed under Apache License v2.0 with Runtime Library Exception
5+ #
6+ # See http://swift.org/LICENSE.txt for license information
7+ # See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8+
9+ # Version Marker Modules.
10+ # See the 'Macro Versioning.md' document for more details.
11+ add_library (SwiftSyntax509 STATIC
12+ SwiftSyntax509/Empty.swift)
13+ add_library (SwiftSyntax510 STATIC
14+ SwiftSyntax509/Empty.swift)
15+ add_library (SwiftSyntax600 STATIC
16+ SwiftSyntax509/Empty.swift)
You can’t perform that action at this time.
0 commit comments