mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Inspector
 | |
|     RECOMMENDED
 | |
|     TARGETS Inspector
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
|     RemoteObject.cpp
 | |
|     RemoteObjectGraphModel.cpp
 | |
|     RemoteObjectPropertyModel.cpp
 | |
|     RemoteProcess.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Inspector ICON app-inspector)
 | |
| target_link_libraries(Inspector LibDesktop LibGUI LibMain)
 | 
