mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			301 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 LibMain LibThreading)
 | |
| link_with_unicode_data(Assistant)
 | 
