mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:47:45 +00:00
HexEditor: Construct user interface from GML
This commit is contained in:
parent
6738a966ec
commit
e5e00bec8f
4 changed files with 75 additions and 28 deletions
|
@ -1,8 +1,11 @@
|
|||
compile_gml(HexEditorWindow.gml HexEditorWindowGML.h hex_editor_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
HexEditor.cpp
|
||||
HexEditorWidget.cpp
|
||||
FindDialog.cpp
|
||||
main.cpp
|
||||
HexEditorWindowGML.h
|
||||
)
|
||||
|
||||
serenity_app(HexEditor ICON app-hex-editor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue