shithub: aubio

ref: d22cc429cd5621210d3e71a4361b6d5b53febf43
dir: /python/wscript_build/

View raw version
# vim:set syntax=python:

ctx.add_subdirs('aubio')
# install headers
for file in ['aubiocut', 'aubiopitch']:
  ctx.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)