mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:32:45 +00:00 
			
		
		
		
	 4e0ab1dd22
			
		
	
	
		4e0ab1dd22
		
	
	
	
	
		
			
			This was a little banner that would pop up when running something in the "Build" tab. It didn't look very good and it was mostly distracting how it would pop in and out of the window.
		
			
				
	
	
		
			38 lines
		
	
	
	
		
			961 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			961 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_subdirectory(LanguageServers)
 | |
| add_subdirectory(LanguageClients)
 | |
| 
 | |
| set(SOURCES
 | |
|     AutoCompleteBox.cpp
 | |
|     CodeDocument.cpp
 | |
|     CursorTool.cpp
 | |
|     Debugger/BacktraceModel.cpp
 | |
|     Debugger/DebugInfoWidget.cpp
 | |
|     Debugger/Debugger.cpp
 | |
|     Debugger/DisassemblyModel.cpp
 | |
|     Debugger/DisassemblyWidget.cpp
 | |
|     Debugger/RegistersModel.cpp
 | |
|     Debugger/VariablesModel.cpp
 | |
|     Editor.cpp
 | |
|     EditorWrapper.cpp
 | |
|     FindInFilesWidget.cpp
 | |
|     FormEditorWidget.cpp
 | |
|     FormWidget.cpp
 | |
|     Git/DiffViewer.cpp
 | |
|     Git/GitFilesModel.cpp
 | |
|     Git/GitFilesView.cpp
 | |
|     Git/GitRepo.cpp
 | |
|     Git/GitWidget.cpp
 | |
|     HackStudioWidget.cpp
 | |
|     LanguageClient.cpp
 | |
|     Locator.cpp
 | |
|     Project.cpp
 | |
|     ProjectFile.cpp
 | |
|     TerminalWrapper.cpp
 | |
|     WidgetTool.cpp
 | |
|     WidgetTreeModel.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(HackStudio)
 | |
| target_link_libraries(HackStudio LibWeb LibMarkdown LibGUI LibGfx LibCore LibVT LibDebug LibX86 LibDiff LibShell)
 | |
| add_dependencies(HackStudio CppLanguageServer)
 |