source: interfaces/cpp/wscript_build @ 68607fd

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

moved cpp to interfaces/

  • Property mode set to 100644
File size: 325 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.