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

aplay: Port to LibMain

This commit is contained in:
Kenneth Myhra 2021-11-25 22:07:03 +01:00 committed by Andreas Kling
parent 494f177d22
commit 880888fcc7
2 changed files with 4 additions and 3 deletions

View file

@ -52,7 +52,7 @@ foreach(CMD_SRC ${CMD_SOURCES})
endforeach()
target_link_libraries(allocate LibMain)
target_link_libraries(aplay LibAudio)
target_link_libraries(aplay LibAudio LibMain)
target_link_libraries(arp LibMain)
target_link_libraries(asctl LibAudio)
target_link_libraries(base64 LibMain)