# -*- python -*- Import('env') files = [ 'main.cpp', ] libs = [ 'dspcore', 'common', ] env.Program(env['binary_dir'] + 'dsptool', files, LIBS = libs)