mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_subdirectory(Inspector)
 | |
| add_subdirectory(Playground)
 | |
| add_subdirectory(Profiler)
 | |
| 
 | |
| if("${SERENITY_ARCH}" STREQUAL "i686")
 | |
| 	add_subdirectory(HackStudio)
 | |
| 	add_subdirectory(UserspaceEmulator)
 | |
| endif()
 | 
