mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
18d68c8c94
Now we can get rid of the old table view and with it the LayerModel.
24 lines
425 B
CMake
24 lines
425 B
CMake
set(SOURCES
|
|
BucketTool.cpp
|
|
CreateNewLayerDialog.cpp
|
|
EllipseTool.cpp
|
|
EraseTool.cpp
|
|
Image.cpp
|
|
ImageEditor.cpp
|
|
Layer.cpp
|
|
LayerListWidget.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)
|