mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AffineTransform.cpp
 | |
|     Bitmap.cpp
 | |
|     BitmapFont.cpp
 | |
|     BMPLoader.cpp
 | |
|     BMPWriter.cpp
 | |
|     CharacterBitmap.cpp
 | |
|     ClassicStylePainter.cpp
 | |
|     ClassicWindowTheme.cpp
 | |
|     Color.cpp
 | |
|     DDSLoader.cpp
 | |
|     DisjointRectSet.cpp
 | |
|     Emoji.cpp
 | |
|     FontDatabase.cpp
 | |
|     GIFLoader.cpp
 | |
|     ICOLoader.cpp
 | |
|     ImageDecoder.cpp
 | |
|     JPGLoader.cpp
 | |
|     Painter.cpp
 | |
|     Palette.cpp
 | |
|     Path.cpp
 | |
|     PBMLoader.cpp
 | |
|     PGMLoader.cpp
 | |
|     PNGLoader.cpp
 | |
|     PNGWriter.cpp
 | |
|     PPMLoader.cpp
 | |
|     Point.cpp
 | |
|     Rect.cpp
 | |
|     ShareableBitmap.cpp
 | |
|     Size.cpp
 | |
|     StylePainter.cpp
 | |
|     SystemTheme.cpp
 | |
|     TextDirection.cpp
 | |
|     Triangle.cpp
 | |
|     Typeface.cpp
 | |
|     WindowTheme.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGfx gfx)
 | |
| target_link_libraries(LibGfx LibM LibCompress LibCore LibTTF)
 | 
