mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:02:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clipper.cpp
 | |
|     Device.cpp
 | |
|     Image.cpp
 | |
|     PixelConverter.cpp
 | |
|     Sampler.cpp
 | |
| )
 | |
| 
 | |
| add_compile_options(-Wno-psabi)
 | |
| serenity_lib(LibSoftGPU softgpu)
 | |
| target_link_libraries(LibSoftGPU LibCore LibGfx)
 | 
