mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +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)
|