mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     main.cpp
 | |
|     QSWidget.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(QuickShow ICON filetype-image)
 | |
| target_link_libraries(QuickShow LibGUI LibGfx)
 | 
