ladybird/Userland/Libraries/LibDSP/CMakeLists.txt
kleines Filmröllchen 4941cffdd0 Piano+LibDSP: Move Track to LibDSP
This is a tangly commit and it fixes all the bugs that a plain move
would have caused (i.e. we need to touch other logic which had wrong
assumptions).
2022-07-22 19:35:41 +01:00

11 lines
159 B
CMake

set(SOURCES
Clip.cpp
Effects.cpp
Synthesizers.cpp
Keyboard.cpp
Track.cpp
)
serenity_lib(LibDSP dsp)
target_link_libraries(LibDSP LibCore)