mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clipper.cpp
 | |
|     DepthBuffer.cpp
 | |
|     Device.cpp
 | |
|     Image.cpp
 | |
|     Sampler.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibSoftGPU softgpu)
 | |
| target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
 | 
