mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 10:10:05 +00:00 
			
		
		
		
	
						commit
						7b3d78e01a
					
				
					 47 changed files with 2240 additions and 52 deletions
				
			
		|  | @ -6,6 +6,7 @@ class SupercellWxConan(ConanFile): | |||
|                   "cpr/1.10.5", | ||||
|                   "fontconfig/2.14.2", | ||||
|                   "geographiclib/2.3", | ||||
|                   "geos/3.12.0", | ||||
|                   "glew/2.2.0", | ||||
|                   "glm/cci.20230113", | ||||
|                   "gtest/1.14.0", | ||||
|  | @ -19,7 +20,8 @@ class SupercellWxConan(ConanFile): | |||
|     generators = ("cmake", | ||||
|                   "cmake_find_package", | ||||
|                   "cmake_paths") | ||||
|     default_options = {"libiconv:shared"  : True, | ||||
|     default_options = {"geos:shared"      : True, | ||||
|                        "libiconv:shared"  : True, | ||||
|                        "openssl:no_module": True, | ||||
|                        "openssl:shared"   : True} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat