mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 09:07:41 +00:00

Added search submenu with options to find or find again. Find allows to search for ASII string or sequence of Hex value.
9 lines
172 B
CMake
9 lines
172 B
CMake
set(SOURCES
|
|
HexEditor.cpp
|
|
HexEditorWidget.cpp
|
|
FindDialog.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(HexEditor ICON app-hexeditor)
|
|
target_link_libraries(HexEditor LibGUI)
|