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