From 2dcfd0372fc6424257938e872f7cb4e67e6da6ca Mon Sep 17 00:00:00 2001 From: bing Date: Fri, 3 Apr 2026 15:36:25 +0800 Subject: [PATCH] feat: add package_type attribute to xgoogletest conanfile --- conanfile.py | 1 + 1 file changed, 1 insertion(+) 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],