mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     KeyboardSettings
 | |
|     REQUIRED
 | |
|     TARGETS KeyboardSettings
 | |
| )
 | |
| 
 | |
| compile_gml(Keyboard.gml KeyboardWidgetGML.h keyboard_widget_gml)
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
|     KeyboardSettingsWidget.cpp
 | |
|     KeyboardWidgetGML.h
 | |
| )
 | |
| 
 | |
| serenity_app(KeyboardSettings ICON app-keyboard-settings)
 | |
| target_link_libraries(KeyboardSettings LibGUI LibKeyboard LibConfig LibMain)
 | 
