Skip to content

Commit

Permalink
[SWIFT] Add Antlr4Dynamic product
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Spryszyński <[email protected]>
  • Loading branch information
GrzegorzSpryszynski-TomTom authored and parrt committed Aug 17, 2023
1 parent 832b202 commit a27cf84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ let package = Package(
name: "Antlr4Static",
type: .static,
targets: ["Antlr4"]),
.library(
name: "Antlr4Dynamic",
type: .dynamic,
targets: ["Antlr4"]),
],
targets: [
.target(
Expand Down

0 comments on commit a27cf84

Please sign in to comment.