mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| executable("SQLServer") {
 | |
|   configs += [ "//Ladybird:ladybird_config" ]
 | |
|   include_dirs = [
 | |
|     "//Userland/Libraries",
 | |
|     "//Userland/Services",
 | |
|   ]
 | |
|   deps = [
 | |
|     "//AK",
 | |
|     "//Userland/Libraries/LibCore",
 | |
|     "//Userland/Libraries/LibIPC",
 | |
|     "//Userland/Libraries/LibMain",
 | |
|     "//Userland/Libraries/LibSQL",
 | |
|   ]
 | |
|   sources = [
 | |
|     "//Userland/Services/SQLServer/ConnectionFromClient.cpp",
 | |
|     "//Userland/Services/SQLServer/DatabaseConnection.cpp",
 | |
|     "//Userland/Services/SQLServer/SQLStatement.cpp",
 | |
|     "main.cpp",
 | |
|   ]
 | |
| }
 | 
