This commit is contained in:
		@@ -6,7 +6,7 @@ class CreatureLibConan(ConanFile):
 | 
				
			|||||||
    license = "TODO"
 | 
					    license = "TODO"
 | 
				
			||||||
    url = "https://git.p-epsilon.com/Deukhoofd/CreatureLib"
 | 
					    url = "https://git.p-epsilon.com/Deukhoofd/CreatureLib"
 | 
				
			||||||
    description = "The core implementation for turn based battling using creatures."
 | 
					    description = "The core implementation for turn based battling using creatures."
 | 
				
			||||||
    settings = "compiler"
 | 
					    settings = "os", "compiler"
 | 
				
			||||||
    options = {"shared": [True, False]}
 | 
					    options = {"shared": [True, False]}
 | 
				
			||||||
    default_options = {"shared": True}
 | 
					    default_options = {"shared": True}
 | 
				
			||||||
    generators = "cmake"
 | 
					    generators = "cmake"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user