pineapple/externals/vcpkg/ports/skia/icu.gn
2022-07-23 03:01:36 +02:00

11 lines
193 B
Text
Executable file

import("../third_party.gni")
system("icu") {
include_dirs = @_INCLUDES@
if(is_debug) {
libs = @_LIBS_DBG@
} else {
libs = @_LIBS_REL@
}
defines = @_DEFINITIONS@
}