mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Assistant
 | |
|     RECOMMENDED
 | |
|     TARGETS Assistant
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     Providers.cpp
 | |
|     main.cpp
 | |
|     )
 | |
| 
 | |
| serenity_app(Assistant ICON app-assistant)
 | |
| target_link_libraries(Assistant PRIVATE LibCore LibDesktop LibGfx LibGUI LibJS LibMain LibThreading)
 | 
