mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
 | |
| foreach(source ${TEST_SOURCES})
 | |
|     serenity_test(${source} LibThreading LIBS LibThreading LibPthread)
 | |
| endforeach()
 | 
