mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:30:04 +00:00 
			
		
		
		
	Add new utility setup scripts
This commit is contained in:
		
							parent
							
								
									9c486d5018
								
							
						
					
					
						commit
						102650e936
					
				
					 26 changed files with 281 additions and 143 deletions
				
			
		
							
								
								
									
										15
									
								
								tools/lib/setup-conan.bat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								tools/lib/setup-conan.bat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| @set script_dir=%~dp0 | ||||
| 
 | ||||
| :: Configure default Conan profile | ||||
| conan profile detect -e | ||||
| 
 | ||||
| :: Install selected Conan profile | ||||
| conan config install "%script_dir%\..\conan\profiles\%conan_profile%" -tf profiles | ||||
| 
 | ||||
| :: Install Conan packages | ||||
| conan install "%script_dir%\..\.." ^ | ||||
|     --remote conancenter ^ | ||||
|     --build missing ^ | ||||
|     --profile:all %conan_profile% ^ | ||||
|     --settings:all build_type=%build_type% ^ | ||||
|     --output-folder "%build_dir%\conan" | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat