mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	 66c13edb98
			
		
	
	
		66c13edb98
		
	
	
	
	
		
			
			'Assistant' is similar to macOS spotlight where you can quickly open a text input, start typing, and hit 'enter' to launch apps or open directories.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Assistant
 | |
|     RECOMMENDED
 | |
|     TARGETS Assistant
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     Providers.cpp
 | |
|     FuzzyMatch.cpp
 | |
|     main.cpp
 | |
|     )
 | |
| 
 | |
| serenity_app(Assistant ICON app-run)
 | |
| target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibThreading)
 |