mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clipper.cpp
 | |
|     GLColor.cpp
 | |
|     GLMat.cpp
 | |
|     GLContext.cpp
 | |
|     GLUtils.cpp
 | |
|     GLVert.cpp
 | |
|     SoftwareGLContext.cpp
 | |
|     SoftwareRasterizer.cpp
 | |
|     DepthBuffer.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGL gl)
 | |
| target_link_libraries(LibGL LibM LibCore LibGfx)
 | 
