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

lsusb: Port to LibMain

This commit is contained in:
faxe1008 2021-11-23 17:17:26 +01:00 committed by Andreas Kling
parent 097c1e5335
commit b2e7102194
2 changed files with 9 additions and 22 deletions

View file

@ -77,7 +77,7 @@ target_link_libraries(id LibMain)
target_link_libraries(js LibJS LibLine LibMain)
target_link_libraries(keymap LibKeyboard LibMain)
target_link_libraries(lspci LibPCIDB)
target_link_libraries(lsusb LibUSBDB)
target_link_libraries(lsusb LibUSBDB LibMain)
target_link_libraries(man LibMarkdown)
target_link_libraries(markdown-check LibMarkdown)
target_link_libraries(matroska LibVideo)