Skip to content

Commit 94e1cc9

Browse files
authored
Merge pull request #2616 from thebrowsercompany/jeff/cmake-version-marker-modules
[cmake] Build version marker modules.
2 parents e0382f4 + 85af046 commit 94e1cc9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Sources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ add_subdirectory(SwiftSyntaxMacroExpansion)
2020
add_subdirectory(SwiftCompilerPluginMessageHandling)
2121
add_subdirectory(SwiftIDEUtils)
2222
add_subdirectory(SwiftCompilerPlugin)
23+
add_subdirectory(VersionMarkerModules)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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)

0 commit comments

Comments
 (0)