2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
|
|
|
AffineTransform.cpp
|
|
|
|
Bitmap.cpp
|
2020-06-17 12:37:16 -07:00
|
|
|
BMPLoader.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CharacterBitmap.cpp
|
|
|
|
Color.cpp
|
|
|
|
DisjointRectSet.cpp
|
|
|
|
Emoji.cpp
|
|
|
|
FloatRect.cpp
|
|
|
|
Font.cpp
|
|
|
|
GIFLoader.cpp
|
2020-06-15 21:36:05 -04:00
|
|
|
ICOLoader.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
ImageDecoder.cpp
|
|
|
|
Painter.cpp
|
|
|
|
Palette.cpp
|
|
|
|
Path.cpp
|
2020-06-21 12:00:22 +03:00
|
|
|
PBMLoader.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
PNGLoader.cpp
|
2020-06-22 11:58:04 +03:00
|
|
|
PPMLoader.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Point.cpp
|
|
|
|
Rect.cpp
|
|
|
|
ShareableBitmap.cpp
|
|
|
|
Size.cpp
|
|
|
|
StylePainter.cpp
|
|
|
|
SystemTheme.cpp
|
|
|
|
Triangle.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibGfx gfx)
|
|
|
|
target_link_libraries(LibGfx LibM LibCore)
|