mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
reboot: Port to LibMain
First commit to the project! :^)
This commit is contained in:
parent
58a865f349
commit
6302ca0043
2 changed files with 10 additions and 14 deletions
|
@ -162,6 +162,7 @@ target_link_libraries(profile LibMain)
|
|||
target_link_libraries(ps LibMain)
|
||||
target_link_libraries(pwd LibMain)
|
||||
target_link_libraries(realpath LibMain)
|
||||
target_link_libraries(reboot LibMain)
|
||||
target_link_libraries(rev LibMain)
|
||||
target_link_libraries(rm LibMain)
|
||||
target_link_libraries(rmdir LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue