mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 03258f4c96
			
		
	
	
		03258f4c96
		
	
	
	
	
		
			
			No implemented functionality, but this makes it easier to see if software is using this family of functions.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Buffer.cpp
 | |
|     ClipPlane.cpp
 | |
|     ContextParameter.cpp
 | |
|     GLAPI.cpp
 | |
|     GLContext.cpp
 | |
|     Image.cpp
 | |
|     Lighting.cpp
 | |
|     List.cpp
 | |
|     Matrix.cpp
 | |
|     Stencil.cpp
 | |
|     Tex/NameAllocator.cpp
 | |
|     Tex/Texture2D.cpp
 | |
|     Texture.cpp
 | |
|     Vertex.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGL gl)
 | |
| target_link_libraries(LibGL LibCore LibGfx LibGPU)
 |