diff --git a/conanfile.py b/conanfile.py index 8f57dce..768acba 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ class CreatureLibConan(ConanFile): description = "The core implementation for turn based battling using creatures." settings = "compiler" options = {"shared": [True, False]} - default_options = {"shared": False} + default_options = {"shared": True} generators = "cmake" exports_sources = "*" compiler = "clang"