1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:05:08 +00:00
serenity/Userland/Applications/HexEditor/CMakeLists.txt
thankyouverycool 4ebfdfdc05 Base: Update some icons for color, quality and consistency
And remove unused filetypes
2021-02-25 08:08:26 +01:00

9 lines
173 B
CMake

set(SOURCES
HexEditor.cpp
HexEditorWidget.cpp
FindDialog.cpp
main.cpp
)
serenity_app(HexEditor ICON app-hex-editor)
target_link_libraries(HexEditor LibGUI)