1
Fork 0
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:
Elyse 2021-12-03 23:18:55 -06:00 committed by Brian Gianforcaro
parent d465d3a457
commit 8595fd585d
2 changed files with 36 additions and 40 deletions

View file

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