Remove products from Package.swift, since they're not needed here.
This commit is contained in:
parent
c6d95bed6e
commit
f8f05551fc
|
@ -6,10 +6,6 @@ import PackageDescription
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "Interop-BridgingHeader",
|
name: "Interop-BridgingHeader",
|
||||||
platforms: [.macOS(.v15)],
|
platforms: [.macOS(.v15)],
|
||||||
products: [
|
|
||||||
.library(name: "CMath", targets: ["CMath"]),
|
|
||||||
.executable(name: "Interop-BridgingHeader", targets: ["Interop-BridgingHeader"])
|
|
||||||
],
|
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||||
// Targets can depend on other targets in this package and products from dependencies.
|
// Targets can depend on other targets in this package and products from dependencies.
|
||||||
|
|
|
@ -6,10 +6,6 @@ import PackageDescription
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "Interop-ModuleMap",
|
name: "Interop-ModuleMap",
|
||||||
platforms: [.macOS(.v15)],
|
platforms: [.macOS(.v15)],
|
||||||
products: [
|
|
||||||
.library(name: "CMath", targets: ["CMath"]),
|
|
||||||
.executable(name: "Interop-ModuleMap", targets: ["Interop-ModuleMap"])
|
|
||||||
],
|
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||||
// Targets can depend on other targets in this package and products from dependencies.
|
// Targets can depend on other targets in this package and products from dependencies.
|
||||||
|
|
Loading…
Reference in New Issue