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

allocate: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-25 22:04:13 +01:00 committed by Andreas Kling
parent 67f349be46
commit 494f177d22
2 changed files with 9 additions and 8 deletions

View file

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