feat: add package_type attribute to xgoogletest conanfile

This commit is contained in:
bing
2026-04-03 15:36:25 +08:00
parent f4ea07f86b
commit 2dcfd0372f

View File

@@ -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],