mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	 5bb76e9b63
			
		
	
	
		5bb76e9b63
		
	
	
	
	
		
			
			This loads libsoftgpu.so during GLContext creation and instantiates the device class which is then passed into the GLContext constructor.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Driver.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGPU gpu)
 | |
| target_link_libraries(LibGPU LibCore LibDl)
 | |
| 
 | |
| add_dependencies(LibGPU LibSoftGPU)
 |