Skip to content

Commit

Permalink
Renamed Tools target to glgen.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Dec 5, 2017
1 parent 5a89353 commit 70b7654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ let package = Package(
name: "SGLOpenGL",
products: [
.library(name: "SGLOpenGL", targets: ["SGLOpenGL"]),
.executable(name: "glgen", targets: ["Tools"]),
.executable(name: "glgen", targets: ["glgen"]),
],
dependencies: [
],
targets: [
.target(name: "SGLOpenGL", dependencies: []),
.target(name: "Tools", dependencies: []),
.target(name: "glgen", dependencies: []),
]
)
File renamed without changes.

0 comments on commit 70b7654

Please sign in to comment.