Change to use the symbol link to the webp folder, fix the SwiftPM
This commit is contained in:
parent
413f22124f
commit
e04c3d78a2
|
@ -21,9 +21,9 @@ let package = Package(
|
||||||
.target(
|
.target(
|
||||||
name: "libwebp",
|
name: "libwebp",
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
path: "libwebp",
|
path: ".",
|
||||||
sources: ["src"],
|
sources: ["libwebp/src"],
|
||||||
publicHeadersPath: "src",
|
publicHeadersPath: "include",
|
||||||
cSettings: [.headerSearchPath(".")])
|
cSettings: [.headerSearchPath("libwebp")])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/decode.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/demux.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/encode.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/format_constants.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/mux.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/mux_types.h
|
|
@ -0,0 +1 @@
|
||||||
|
../../libwebp/src/webp/types.h
|
Loading…
Reference in New Issue