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(
|
||||
name: "libwebp",
|
||||
dependencies: [],
|
||||
path: "libwebp",
|
||||
sources: ["src"],
|
||||
publicHeadersPath: "src",
|
||||
cSettings: [.headerSearchPath(".")])
|
||||
path: ".",
|
||||
sources: ["libwebp/src"],
|
||||
publicHeadersPath: "include",
|
||||
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