mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
14 lines
231 B
CMake
14 lines
231 B
CMake
|
set(SOURCES
|
||
|
AudioEngine.cpp
|
||
|
KeysWidget.cpp
|
||
|
KnobsWidget.cpp
|
||
|
main.cpp
|
||
|
MainWidget.cpp
|
||
|
RollWidget.cpp
|
||
|
SamplerWidget.cpp
|
||
|
WaveWidget.cpp
|
||
|
)
|
||
|
|
||
|
serenity_bin(Piano)
|
||
|
target_link_libraries(Piano LibAudio LibGUI)
|