summaryrefslogtreecommitdiff
path: root/Applications/HexEditor/CMakeLists.txt
blob: 3de7c9cfb5869baa588df408ac86259b0f6e7477 (plain)
1
2
3
4
5
6
7
8
set(SOURCES
    HexEditor.cpp
    HexEditorWidget.cpp
    main.cpp
)

serenity_bin(HexEditor)
target_link_libraries(HexEditor LibGUI)