mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:02:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clipper.cpp
 | |
|     GLBlend.cpp
 | |
|     GLColor.cpp
 | |
|     GLContext.cpp
 | |
|     GLLights.cpp
 | |
|     GLLists.cpp
 | |
|     GLMat.cpp
 | |
|     GLUtils.cpp
 | |
|     GLVert.cpp
 | |
|     SoftwareGLContext.cpp
 | |
|     SoftwareRasterizer.cpp
 | |
|     DepthBuffer.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGL gl)
 | |
| target_link_libraries(LibGL LibM LibCore LibGfx)
 | 
