1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Applications/HexEditor/CMakeLists.txt

8 lines
134 B
CMake

set(SOURCES
HexEditor.cpp
HexEditorWidget.cpp
main.cpp
)
serenity_bin(HexEditor)
target_link_libraries(HexEditor LibGUI)