File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ let package = Package(
2525 . library( name: " GitHubRestAPIDependency_Graph " , targets: [ " GitHubRestAPIDependency_Graph " ] ) ,
2626 . library( name: " GitHubRestAPIDesktop " , targets: [ " GitHubRestAPIDesktop " ] ) ,
2727 . library( name: " GitHubRestAPIEmojis " , targets: [ " GitHubRestAPIEmojis " ] ) ,
28+ . library( name: " GitHubRestAPIEnterprise_Teams " , targets: [ " GitHubRestAPIEnterprise_Teams " ] ) ,
2829 . library( name: " GitHubRestAPIGists " , targets: [ " GitHubRestAPIGists " ] ) ,
2930 . library( name: " GitHubRestAPIGit " , targets: [ " GitHubRestAPIGit " ] ) ,
3031 . library( name: " GitHubRestAPIGitignore " , targets: [ " GitHubRestAPIGitignore " ] ) ,
@@ -166,6 +167,14 @@ let package = Package(
166167 ] ,
167168 path: " Sources/emojis "
168169 ) ,
170+ . target(
171+ name: " GitHubRestAPIEnterprise_Teams " ,
172+ dependencies: [
173+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
174+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
175+ ] ,
176+ path: " Sources/enterprise-teams "
177+ ) ,
169178 . target(
170179 name: " GitHubRestAPIGists " ,
171180 dependencies: [
You can’t perform that action at this time.
0 commit comments