Skip to content

Commit

Permalink
Expose ExtensionApi as a package product
Browse files Browse the repository at this point in the history
  • Loading branch information
tishin committed Oct 18, 2023
1 parent dbc1845 commit 5d09419
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ var products: [Product] = [
name: "SwiftGodot",
type: .dynamic,
targets: ["SwiftGodot"]),
.library(
name: "ExtensionApi",
targets: [
"ExtensionApi",
"ExtensionApiJson"
]),
.plugin(name: "CodeGeneratorPlugin", targets: ["CodeGeneratorPlugin"]),
]

Expand Down

0 comments on commit 5d09419

Please sign in to comment.