mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| compile_gml(DisplaySettingsWindow.gml DisplaySettingsWindowGML.h display_settings_window_gml)
 | |
| 
 | |
| set(SOURCES
 | |
|     DisplaySettings.cpp
 | |
|     DisplaySettingsWindowGML.h
 | |
|     main.cpp
 | |
|     MonitorWidget.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(DisplaySettings ICON app-display-settings)
 | |
| target_link_libraries(DisplaySettings LibGUI)
 | 
