mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	 582539c570
			
		
	
	
		582539c570
		
	
	
	
	
		
			
			SQL Studio is a graphical SQL manager program that allows the user to create and edit SQL scripts.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_subdirectory(Inspector)
 | |
| add_subdirectory(Playground)
 | |
| add_subdirectory(Profiler)
 | |
| add_subdirectory(HackStudio)
 | |
| add_subdirectory(SQLStudio)
 | |
| 
 | |
| if("${SERENITY_ARCH}" STREQUAL "i686")
 | |
| 	add_subdirectory(UserspaceEmulator)
 | |
| endif()
 |