mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
23 lines
420 B
CMake
23 lines
420 B
CMake
set(SOURCES
|
|
BucketTool.cpp
|
|
CreateNewLayerDialog.cpp
|
|
EllipseTool.cpp
|
|
EraseTool.cpp
|
|
Image.cpp
|
|
ImageEditor.cpp
|
|
Layer.cpp
|
|
LayerModel.cpp
|
|
LineTool.cpp
|
|
main.cpp
|
|
MoveTool.cpp
|
|
PaletteWidget.cpp
|
|
PenTool.cpp
|
|
PickerTool.cpp
|
|
RectangleTool.cpp
|
|
SprayTool.cpp
|
|
ToolboxWidget.cpp
|
|
Tool.cpp
|
|
)
|
|
|
|
serenity_bin(PixelPaint)
|
|
target_link_libraries(PixelPaint LibGUI LibGfx)
|