mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 67b2f8d68d
			
		
	
	
		67b2f8d68d
		
	
	
	
	
		
			
			This adds a new library, LibGLSL for parsing and compiling GLSL programs to LibGPU IR. Currently the compiler consists only of stubs.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Compiler.cpp
 | |
|     Linker.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibGLSL glsl)
 | |
| target_link_libraries(LibGLSL PRIVATE LibGPU)
 |