mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestAPI.cpp
 | |
|     TestRender.cpp
 | |
|     TestShaders.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibGL LIBS LibCore LibGfx LibGL LibGPU LibSoftGPU)
 | |
| endforeach()
 | |
| 
 | |
| install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)
 | 
