source: cpp/wscript_build @ 000b090

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 000b090 was 000b090, checked in by Paul Brossier <piem@piem.org>, 15 years ago

use waf as new build system

  • Property mode set to 100644
File size: 322 bytes
Line 
1# build libaubiocpp
2libaubiocpp = bld.new_task_gen(
3    features = 'cxx cshlib',
4    includes = ['.', '../src'],
5    source = bld.path.ant_glob('*.cpp'),
6    target = 'aubiocpp',
7    uselib_local = ['aubio'],
8    vnum = bld.env['LIB_VERSION'])
9
10# install header
11bld.install_files('${PREFIX}/include/aubio/', 'aubiocpp.h')
Note: See TracBrowser for help on using the repository browser.