diff --git a/conanfile.py b/conanfile.py index 6cd4e02..70d83cc 100644 --- a/conanfile.py +++ b/conanfile.py @@ -15,6 +15,7 @@ class GTestConan(ConanFile): author = "Google & xdl" topics = ("testing", "unit-testing", "mocking", "google", "gtest", "gmock") settings = "os", "compiler", "build_type", "arch" + package_type = "library" options = { "shared": [True, False], "fPIC": [True, False],