mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 6448f94372
			
		
	
	
		6448f94372
		
	
	
	
	
		
			
			Moves ProcessChooser and RunningProcessesModel to LibGUI and generalizes their construction for use by other apps. Updates Profiler to reflect the change and use its new icons.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     DisassemblyModel.cpp
 | |
|     main.cpp
 | |
|     Profile.cpp
 | |
|     ProfileModel.cpp
 | |
|     ProfileTimelineWidget.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(Profiler)
 | |
| target_link_libraries(Profiler LibGUI LibX86)
 |