mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
4941cffdd0
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).
10 lines
159 B
CMake
10 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)
|