mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 b81926d933
			
		
	
	
		b81926d933
		
	
	
	
	
		
			
			This implements bits and pieces to get the debugging functionality to build. No testing has been done to check whether it actually works because GCC doesn't currently work.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_subdirectory(Inspector)
 | |
| add_subdirectory(Playground)
 | |
| add_subdirectory(Profiler)
 | |
| add_subdirectory(HackStudio)
 | |
| 
 | |
| if("${SERENITY_ARCH}" STREQUAL "i686")
 | |
| 	add_subdirectory(UserspaceEmulator)
 | |
| endif()
 |