5e3ea6c851
sourceModeForScope now takes the item extent vs. the requested window. Full-extent item captures and the batch keep the old path unchanged.
26 lines
1.0 KiB
CMake
26 lines
1.0 KiB
CMake
reasampler_pure_library(capture_paths SOURCES capture_paths.cpp)
|
|
reasampler_test(capture_paths LINK capture_paths)
|
|
|
|
reasampler_pure_library(insert_plan SOURCES insert_plan.cpp)
|
|
reasampler_test(insert_plan LINK insert_plan)
|
|
|
|
reasampler_pure_library(render_settings SOURCES render_settings.cpp LINK PUBLIC bank_model)
|
|
reasampler_test(render_settings LINK render_settings)
|
|
|
|
reasampler_pure_library(render_window SOURCES render_window.cpp)
|
|
reasampler_test(render_window LINK render_window)
|
|
|
|
reasampler_pure_library(batch_capture SOURCES batch_capture.cpp)
|
|
reasampler_test(batch_capture LINK batch_capture)
|
|
|
|
reasampler_pure_library(tail_control
|
|
SOURCES tail_control.cpp
|
|
LINK PUBLIC render_settings PRIVATE json)
|
|
reasampler_test(tail_control LINK tail_control)
|
|
|
|
reasampler_pure_library(capture_realtime SOURCES capture_realtime.cpp LINK PUBLIC bank_model)
|
|
reasampler_test(capture_realtime LINK capture_realtime)
|
|
|
|
reasampler_pure_library(wav_codec SOURCES wav_codec.cpp LINK PUBLIC peaks)
|
|
reasampler_test(wav_codec LINK wav_codec)
|