mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
39364bdda4
New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
14 lines
261 B
CMake
14 lines
261 B
CMake
set(SOURCES
|
|
Track.cpp
|
|
TrackManager.cpp
|
|
KeysWidget.cpp
|
|
KnobsWidget.cpp
|
|
main.cpp
|
|
MainWidget.cpp
|
|
RollWidget.cpp
|
|
SamplerWidget.cpp
|
|
WaveWidget.cpp
|
|
)
|
|
|
|
serenity_app(Piano ICON app-piano)
|
|
target_link_libraries(Piano LibAudio LibGUI)
|