Changes in examples/wscript_build [c52b483:0318cc1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
rc52b483 r0318cc1 13 13 bld.program(features = 'c cprogram', 14 14 includes = '../src', 15 lib = 'm', 16 use = ['aubio', 'utilsio'], 15 use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'], 17 16 source = str(source_file), 18 17 target = str(source_file).split('.')[0]
Note: See TracChangeset
for help on using the changeset viewer.