|
|
@ -8,7 +8,7 @@ class GlmConan(ConanFile): |
|
|
|
url="https://github.com/g-truc/glm" |
|
|
|
url="https://github.com/g-truc/glm" |
|
|
|
description="OpenGL Mathematics (GLM)" |
|
|
|
description="OpenGL Mathematics (GLM)" |
|
|
|
license = "https://github.com/g-truc/glm/blob/manual/copying.txt" |
|
|
|
license = "https://github.com/g-truc/glm/blob/manual/copying.txt" |
|
|
|
exports_sources = ["FindGLM.cmake", os.sep.join([".", "..", "..", "*"])] |
|
|
|
exports_sources = ["FindGLM.cmake", os.sep.join(["..", "..", "*"])] |
|
|
|
exports = "lib_licenses/*" |
|
|
|
exports = "lib_licenses/*" |
|
|
|
|
|
|
|
|
|
|
|
def build(self): |
|
|
|
def build(self): |
|
|
|