mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 02:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
 | 
						|
  "configurations": [
 | 
						|
    {
 | 
						|
      "name": "x64-Debug",
 | 
						|
      "generator": "Visual Studio 16 2019",
 | 
						|
      "configurationType": "Debug",
 | 
						|
      "inheritEnvironments": [ "msvc_x64_x64" ],
 | 
						|
      "buildRoot": "${thisFileDir}\\build\\${name}",
 | 
						|
      "cmakeCommandArgs": "",
 | 
						|
      "buildCommandArgs": "-v:minimal",
 | 
						|
      "ctestCommandArgs": "",
 | 
						|
      "variables": [
 | 
						|
        {
 | 
						|
          "name": "BOOST_ROOT",
 | 
						|
          "value": "C:\\lib\\boost"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "name": "OPENSSL_ROOT",
 | 
						|
          "value": "C:\\lib\\OpenSSL-Win64"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "x64-Release",
 | 
						|
      "generator": "Visual Studio 16 2019",
 | 
						|
      "configurationType": "Release",
 | 
						|
      "inheritEnvironments": [ "msvc_x64_x64" ],
 | 
						|
      "buildRoot": "${thisFileDir}\\build\\${name}",
 | 
						|
      "cmakeCommandArgs": "",
 | 
						|
      "buildCommandArgs": "-v:minimal",
 | 
						|
      "ctestCommandArgs": "",
 | 
						|
      "variables": [
 | 
						|
        {
 | 
						|
          "name": "BOOST_ROOT",
 | 
						|
          "value": "C:\\lib\\boost"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "name": "OPENSSL_ROOT",
 | 
						|
          "value": "C:\\lib\\OpenSSL-Win64"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |