mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 2905642550
			
		
	
	
		2905642550
		
	
	
	
	
		
			
			Add the same preview options as the theme editor so you can test the accessibility of anything on your desktop. Both tools share the same shortcuts.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Magnifier
 | |
|     RECOMMENDED
 | |
|     TARGETS Magnifier
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     MagnifierWidget.cpp
 | |
|     MagnifierWidget.h
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Magnifier ICON app-magnifier)
 | |
| target_link_libraries(Magnifier LibGfx LibGUI LibMain)
 |