Just allows for some sanity testing for now, will improve for configurability and add some sample data in the future.
9 lines
191 B
Meson
9 lines
191 B
Meson
top_incdir = include_directories('..')
|
|
|
|
executable('run-offline',
|
|
'run-offline.cpp',
|
|
install: false,
|
|
include_directories: top_incdir,
|
|
dependencies: [audio_processing_dep, absl_dep]
|
|
)
|