feat: add package_type attribute to xgoogletest conanfile
This commit is contained in:
@@ -15,6 +15,7 @@ class GTestConan(ConanFile):
|
|||||||
author = "Google & xdl"
|
author = "Google & xdl"
|
||||||
topics = ("testing", "unit-testing", "mocking", "google", "gtest", "gmock")
|
topics = ("testing", "unit-testing", "mocking", "google", "gtest", "gmock")
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
|
package_type = "library"
|
||||||
options = {
|
options = {
|
||||||
"shared": [True, False],
|
"shared": [True, False],
|
||||||
"fPIC": [True, False],
|
"fPIC": [True, False],
|
||||||
|
|||||||
Reference in New Issue
Block a user