mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-01 14:42:05 +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)
|