Skip to content

Commit 697238f

Browse files
committed
change Package.swift
1 parent 8fe6f2d commit 697238f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Package.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ let package = Package(
2020
.target(
2121
name: "HappyDNS",
2222
path: "HappyDNS",
23-
sources: ["."],
23+
sources: ["Common", "Dns", "Http", "Local", "Util"],
2424
cSettings: [
25-
.headerSearchPath("."),
25+
.headerSearchPath("Common"),
26+
.headerSearchPath("Dns"),
27+
.headerSearchPath("Http"),
28+
.headerSearchPath("Local"),
29+
.headerSearchPath("Util"),
2630
],
2731
linkerSettings:[
2832
.linkedLibrary("resolv", nil)

0 commit comments

Comments
 (0)