mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|         DisassemblyModel.cpp
 | |
|         main.cpp
 | |
|         IndividualSampleModel.cpp
 | |
|         Process.cpp
 | |
|         Profile.cpp
 | |
|         ProfileModel.cpp
 | |
|         SamplesModel.cpp
 | |
|         TimelineContainer.cpp
 | |
|         TimelineHeader.cpp
 | |
|         TimelineTrack.cpp
 | |
|         TimelineView.cpp
 | |
|         )
 | |
| 
 | |
| serenity_app(Profiler ICON app-profiler)
 | |
| target_link_libraries(Profiler LibGUI LibDesktop LibX86)
 | 
