mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
SoundPlayer: Port to LibMain :^)
This commit is contained in:
parent
d465d3a457
commit
8595fd585d
2 changed files with 36 additions and 40 deletions
|
@ -19,4 +19,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(SoundPlayer ICON app-sound-player)
|
||||
target_link_libraries(SoundPlayer LibAudio LibDSP LibGUI)
|
||||
target_link_libraries(SoundPlayer LibAudio LibDSP LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue