mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| file(GLOB CMD_SOURCES  CONFIGURE_DEPENDS "*.cpp")
 | |
| 
 | |
| foreach(CMD_SRC ${CMD_SOURCES})
 | |
|     serenity_test(${CMD_SRC} LibELF)
 | |
| endforeach()
 | 
