mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	 23cc88f83b
			
		
	
	
		23cc88f83b
		
	
	
	
	
		
			
			These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Audio.Applet ICON audio-volume-high)
 | |
| target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio)
 |