1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:37:45 +00:00

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
parent ba11082b4b
commit d1eedd0e9f
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)