mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
id: Port to LibMain :^)
This is a first port of a simple program to LibMain. A bunch of code is immediately simplified thanks to the LibSystem wrappers and ability to use TRY(). This is pretty cool!
This commit is contained in:
parent
4e530135d5
commit
843262497a
2 changed files with 13 additions and 36 deletions
|
@ -69,6 +69,7 @@ target_link_libraries(gml-format LibGUI)
|
|||
target_link_libraries(grep LibRegex)
|
||||
target_link_libraries(gunzip LibCompress)
|
||||
target_link_libraries(gzip LibCompress)
|
||||
target_link_libraries(id LibMain)
|
||||
target_link_libraries(js LibJS LibLine)
|
||||
target_link_libraries(keymap LibKeyboard)
|
||||
target_link_libraries(lspci LibPCIDB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue