1 2 3 4 5 6 7 8
set(SOURCES HexEditor.cpp HexEditorWidget.cpp main.cpp ) serenity_bin(HexEditor) target_link_libraries(HexEditor LibGUI)