1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:37:35 +00:00

AudioServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-29 21:15:44 +01:00
parent cac3f3c81f
commit a93205199b
2 changed files with 13 additions and 26 deletions

View file

@ -16,4 +16,4 @@ set(SOURCES
)
serenity_bin(AudioServer)
target_link_libraries(AudioServer LibCore LibThreading LibIPC)
target_link_libraries(AudioServer LibCore LibThreading LibIPC LibMain)