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:
parent
cac3f3c81f
commit
a93205199b
2 changed files with 13 additions and 26 deletions
|
@ -16,4 +16,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(AudioServer)
|
||||
target_link_libraries(AudioServer LibCore LibThreading LibIPC)
|
||||
target_link_libraries(AudioServer LibCore LibThreading LibIPC LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue