Files
3d_audio/lib_gpio/examples/app_gpio_flashing_leds/wscript
Steven Dan b43581c2ff add libs
2026-05-12 11:17:20 +08:00

15 lines
232 B
Python

def options(opt):
opt.load('xwaf.xcommon')
def configure(conf):
conf.load('xwaf.xcommon')
def build(bld):
bld.do_xcommon()
def dist(ctx):
ctx.load('xwaf.xcommon')
def distcheck(ctx):
ctx.load('xwaf.xcommon')