mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
import("../third_party.gni")
|
|
|
|
system("libwebp") {
|
|
include_dirs = @_INCLUDES@
|
|
if(is_debug) {
|
|
libs = @_LIBS_DBG@
|
|
} else {
|
|
libs = @_LIBS_REL@
|
|
}
|
|
}
|