1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 09:07:41 +00:00
serenity/Userland/Applications/HexEditor/CMakeLists.txt
Camisul 0678dab7dc HexEditor: Find
Added search submenu with options to find or find again.
Find allows to search for ASII string or sequence of Hex value.
2021-01-24 19:23:31 +01:00

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)