Skip to content

Commit a27cf84

Browse files
GrzegorzSpryszynski-TomTomparrt
authored andcommitted
[SWIFT] Add Antlr4Dynamic product
Signed-off-by: Grzegorz Spryszyński <[email protected]>
1 parent 832b202 commit a27cf84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ let package = Package(
1212
name: "Antlr4Static",
1313
type: .static,
1414
targets: ["Antlr4"]),
15+
.library(
16+
name: "Antlr4Dynamic",
17+
type: .dynamic,
18+
targets: ["Antlr4"]),
1519
],
1620
targets: [
1721
.target(

0 commit comments

Comments
 (0)