mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Editor.cpp
 | |
|     InternalFunctions.cpp
 | |
|     KeyCallbackMachine.cpp
 | |
|     SuggestionManager.cpp
 | |
|     XtermSuggestionDisplay.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibLine line)
 | |
| target_link_libraries(LibLine LibC LibCore)
 | 
