mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:22: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.
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			375 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			375 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     GLBlend.cpp
 | |
|     GLColor.cpp
 | |
|     GLContext.cpp
 | |
|     GLDraw.cpp
 | |
|     GLFog.cpp
 | |
|     GLLights.cpp
 | |
|     GLLists.cpp
 | |
|     GLMap.cpp
 | |
|     GLMatrix.cpp
 | |
|     GLStencil.cpp
 | |
|     GLTexture.cpp
 | |
|     GLUtils.cpp
 | |
|     GLVert.cpp
 | |
|     GLVertexArrays.cpp
 | |
|     Tex/NameAllocator.cpp
 | |
|     Tex/Texture2D.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGL gl)
 | |
| target_link_libraries(LibGL LibM LibCore LibGfx LibGPU)
 |