mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
 | |
| 
 | |
| foreach(source ${TEST_SOURCES})
 | |
|     serenity_test(${source} LibRegex LIBS LibRegex)
 | |
| endforeach()
 | 
