mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
134 B
CMake
9 lines
134 B
CMake
set(SOURCES
|
|
HexEditor.cpp
|
|
HexEditorWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(HexEditor)
|
|
target_link_libraries(HexEditor LibGUI)
|