feat: add package_type attribute to xgoogletest conanfile
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user