mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 17:25:08 +00:00

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)
|