(#17015) opengl: add package_type

This commit is contained in:
SpaceIm
2023-04-17 12:42:11 +02:00
committed by GitHub
parent 0c7d88e743
commit 2c994a6d6c

View File

@@ -13,6 +13,7 @@ class SysConfigOpenGLConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://www.opengl.org/"
license = "MIT"
package_type = "shared-library"
settings = "os", "arch", "compiler", "build_type"
def layout(self):