mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 08:18:24 -05:00
11 lines
168 B
Plaintext
Executable File
11 lines
168 B
Plaintext
Executable File
import("../third_party.gni")
|
|
|
|
system("libpng") {
|
|
include_dirs = @_INCLUDES@
|
|
if(is_debug) {
|
|
libs = @_LIBS_DBG@
|
|
} else {
|
|
libs = @_LIBS_REL@
|
|
}
|
|
}
|