HackStudio: View unstaged diffs in files with DiffViewer

This commit is contained in:
Itamar 2020-09-12 20:53:20 +03:00 committed by Andreas Kling
commit d1eedd0e9f
Notes: sideshowbarker 2024-07-19 02:23:48 +09:00
4 changed files with 54 additions and 2 deletions

View file

@ -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)