mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibDSP is a library for digital signal processing, and is primarily intended to support the future DAW version of Piano.
9 lines
121 B
CMake
9 lines
121 B
CMake
set(SOURCES
|
|
Clip.cpp
|
|
Track.cpp
|
|
Effects.cpp
|
|
)
|
|
|
|
serenity_lib(LibDSP dsp)
|
|
target_link_libraries(LibDSP LibCore)
|