mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	 fbc53c1ec3
			
		
	
	
		fbc53c1ec3
		
	
	
	
	
		
			
			...and keep a forwarding header around in VP9, so we don't have to update all references to the class there. In time, we probably want to merge LibGfx/ImageDecoders and LibVideo into LibMedia, but for now I need just this class for the lossy webp decoder. So move just it over. No behvior change.
		
			
				
	
	
		
			70 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AffineTransform.cpp
 | |
|     AntiAliasingPainter.cpp
 | |
|     Bitmap.cpp
 | |
|     BitmapMixer.cpp
 | |
|     ClassicStylePainter.cpp
 | |
|     ClassicWindowTheme.cpp
 | |
|     Color.cpp
 | |
|     CursorParams.cpp
 | |
|     DeltaE.cpp
 | |
|     FillPathImplementation.cpp
 | |
|     Filters/ColorBlindnessFilter.cpp
 | |
|     Filters/FastBoxBlurFilter.cpp
 | |
|     Filters/LumaFilter.cpp
 | |
|     Filters/StackBlurFilter.cpp
 | |
|     Font/BitmapFont.cpp
 | |
|     Font/Emoji.cpp
 | |
|     Font/Font.cpp
 | |
|     Font/FontDatabase.cpp
 | |
|     Font/OpenType/Cmap.cpp
 | |
|     Font/OpenType/Font.cpp
 | |
|     Font/OpenType/Glyf.cpp
 | |
|     Font/OpenType/Hinting/Opcodes.cpp
 | |
|     Font/PathRasterizer.cpp
 | |
|     Font/ScaledFont.cpp
 | |
|     Font/Typeface.cpp
 | |
|     Font/WOFF/Font.cpp
 | |
|     GradientPainting.cpp
 | |
|     ICC/BinaryWriter.cpp
 | |
|     ICC/Profile.cpp
 | |
|     ICC/Tags.cpp
 | |
|     ICC/TagTypes.cpp
 | |
|     ICC/WellKnownProfiles.cpp
 | |
|     ImageFormats/BMPLoader.cpp
 | |
|     ImageFormats/BMPWriter.cpp
 | |
|     ImageFormats/BooleanDecoder.cpp
 | |
|     ImageFormats/DDSLoader.cpp
 | |
|     ImageFormats/GIFLoader.cpp
 | |
|     ImageFormats/ICOLoader.cpp
 | |
|     ImageFormats/ImageDecoder.cpp
 | |
|     ImageFormats/JPEGLoader.cpp
 | |
|     ImageFormats/PBMLoader.cpp
 | |
|     ImageFormats/PGMLoader.cpp
 | |
|     ImageFormats/PNGLoader.cpp
 | |
|     ImageFormats/PNGWriter.cpp
 | |
|     ImageFormats/PortableFormatWriter.cpp
 | |
|     ImageFormats/PPMLoader.cpp
 | |
|     ImageFormats/QOILoader.cpp
 | |
|     ImageFormats/QOIWriter.cpp
 | |
|     ImageFormats/TGALoader.cpp
 | |
|     ImageFormats/WebPLoader.cpp
 | |
|     ImageFormats/WebPLoaderLossless.cpp
 | |
|     ImageFormats/WebPLoaderLossy.cpp
 | |
|     Painter.cpp
 | |
|     Palette.cpp
 | |
|     Path.cpp
 | |
|     Point.cpp
 | |
|     Rect.cpp
 | |
|     ShareableBitmap.cpp
 | |
|     Size.cpp
 | |
|     StylePainter.cpp
 | |
|     SystemTheme.cpp
 | |
|     TextDirection.cpp
 | |
|     TextLayout.cpp
 | |
|     Triangle.cpp
 | |
|     WindowTheme.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGfx gfx)
 | |
| target_link_libraries(LibGfx PRIVATE LibCompress LibCore LibCrypto LibFileSystem LibTextCodec LibIPC LibUnicode)
 |