mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:05:08 +00:00
9 lines
173 B
CMake
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)
|