mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			864 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			864 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AutoCompleteBox.cpp
 | |
|     CodeDocument.cpp
 | |
|     CppAutoComplete.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
 | |
|     Locator.cpp
 | |
|     ProcessStateWidget.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)
 | 
