mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     KeyboardMapper
 | |
|     RECOMMENDED
 | |
|     TARGETS KeyboardMapper
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     KeyboardMapperWidget.cpp
 | |
|     KeyButton.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(KeyboardMapper ICON app-keyboard-mapper)
 | |
| target_link_libraries(KeyboardMapper LibGUI LibKeyboard LibMain)
 | 
