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

Applications: Port Debugger to LibMain

This commit is contained in:
Lenny Maiorani 2022-02-09 15:38:36 -07:00 committed by Linus Groh
parent e5d178528d
commit ed971f1134
2 changed files with 11 additions and 8 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_bin(Debugger)
target_link_libraries(Debugger LibCore LibDebug LibX86 LibLine)
target_link_libraries(Debugger LibCore LibDebug LibLine LibMain LibX86)