mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
PixelPaint: Rename from PaintBrush :^)
This commit is contained in:
parent
ff4eaa12b4
commit
58fa9c6e89
41 changed files with 58 additions and 58 deletions
23
Applications/PixelPaint/CMakeLists.txt
Normal file
23
Applications/PixelPaint/CMakeLists.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue