mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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).
11 lines
159 B
CMake
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)
|