mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 23cc88f83b
			
		
	
	
		23cc88f83b
		
	
	
	
	
		
			
			These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_compile_options(-O2)
 | |
| 
 | |
| add_subdirectory(Applications)
 | |
| add_subdirectory(Demos)
 | |
| add_subdirectory(DevTools)
 | |
| add_subdirectory(DynamicLoader)
 | |
| add_subdirectory(Games)
 | |
| add_subdirectory(Libraries)
 | |
| add_subdirectory(Applets)
 | |
| add_subdirectory(Services)
 | |
| add_subdirectory(Shell)
 | |
| add_subdirectory(Tests)
 | |
| add_subdirectory(Utilities)
 |