mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
8 lines
134 B
CMake
8 lines
134 B
CMake
set(SOURCES
|
|
HexEditor.cpp
|
|
HexEditorWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(HexEditor)
|
|
target_link_libraries(HexEditor LibGUI)
|