1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:57:44 +00:00

Applets/Audio: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 23:25:23 +01:00
parent 31867bed5c
commit 365379bcb1
2 changed files with 12 additions and 25 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(Audio.Applet ICON audio-volume-high)
target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio LibCore LibConfig)
target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio LibCore LibConfig LibMain)