mirror of https://github.com/axmolengine/axmol.git
38 lines
349 B
Plaintext
38 lines
349 B
Plaintext
|
includepath
|
||
|
{
|
||
|
libwebp/webp
|
||
|
}
|
||
|
|
||
|
files
|
||
|
{
|
||
|
["source"]
|
||
|
("libwebp/dec")
|
||
|
["dec"]
|
||
|
"*.c"
|
||
|
"*.h"
|
||
|
|
||
|
("libwebp/dsp")
|
||
|
["dsp"]
|
||
|
"*.c"
|
||
|
"*.h"
|
||
|
|
||
|
("libwebp/enc")
|
||
|
["enc"]
|
||
|
"*.c"
|
||
|
"*.h"
|
||
|
|
||
|
("libwebp/mux")
|
||
|
["mux"]
|
||
|
"*.c"
|
||
|
"*.h"
|
||
|
|
||
|
("libwebp/utils")
|
||
|
["utils"]
|
||
|
"*.c"
|
||
|
"*.h"
|
||
|
|
||
|
["headers"]
|
||
|
("libwebp/webp")
|
||
|
|
||
|
}
|