mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_install_sources("Userland/Libraries/LibTest")
 | |
| 
 | |
| set(SOURCES
 | |
|     TestSuite.cpp
 | |
|     CrashTest.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibTest test)
 | |
| target_link_libraries(LibTest LibC)
 | 
