Skip to content

Commit

Permalink
Remove test shark and split-up i3s modules
Browse files Browse the repository at this point in the history
  • Loading branch information
itsravenous committed Sep 28, 2017
1 parent aa78127 commit 797afa5
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,420 deletions.
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ import PackageDescription
let package = Package(
name: "i3s",
products: [
.library(name: "SwiftExec", targets: ["swift-exec"]),

.executable(name: "i3s-c", targets: ["i3s-c"]),

.library(name: "i3s-swift", targets: ["i3s-swift"]),
.executable(name: "i3s-swift-exec", targets: ["i3s-swift-exec"]),
],
targets: [
.target(name: "sharkcpp"),
.target(name: "sharkcwrapper", dependencies:["sharkcpp"]),
.target(name: "swift-exec", dependencies:["sharkcwrapper"]),

.target(name: "i3s", publicHeadersPath: "incl_pub"),
.target(name: "i3s-c", dependencies: ["i3s"]),
.target(name: "i3s-swift", dependencies: ["i3s"]),
Expand Down
5 changes: 0 additions & 5 deletions Sources/Element/Element.swift

This file was deleted.

197 changes: 0 additions & 197 deletions Sources/ElementC/element.cpp

This file was deleted.

156 changes: 0 additions & 156 deletions Sources/ElementC/incl/element.hpp

This file was deleted.

Loading

0 comments on commit 797afa5

Please sign in to comment.