mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
HackStudio: View unstaged diffs in files with DiffViewer
This commit is contained in:
parent
ba11082b4b
commit
d1eedd0e9f
Notes:
sideshowbarker
2024-07-19 02:23:48 +09:00
Author: https://github.com/itamar8910
Commit: d1eedd0e9f
Pull-request: https://github.com/SerenityOS/serenity/pull/3470
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
4 changed files with 54 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
CursorTool.cpp
|
||||
Git/DiffViewer.cpp
|
||||
Git/GitWidget.cpp
|
||||
Git/GitFilesModel.cpp
|
||||
Git/GitRepo.cpp
|
||||
|
@ -29,4 +30,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(HackStudio)
|
||||
target_link_libraries(HackStudio LibWeb LibMarkdown LibGUI LibGfx LibCore LibVT LibDebug LibX86)
|
||||
target_link_libraries(HackStudio LibWeb LibMarkdown LibGUI LibGfx LibCore LibVT LibDebug LibX86 LibDiff)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue