mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 b8bd667782
			
		
	
	
		b8bd667782
		
	
	
	
	
		
			
			This patch adds a header containing the fuzzy match algorithm previously used in Assistant. The algorithm was moved to AK since there are many places where a search may benefit from fuzzyness.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			282 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			282 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Assistant
 | |
|     RECOMMENDED
 | |
|     TARGETS Assistant
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     Providers.cpp
 | |
|     main.cpp
 | |
|     )
 | |
| 
 | |
| serenity_app(Assistant ICON app-run)
 | |
| target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibMain LibThreading)
 | |
| link_with_unicode_data(Assistant)
 |