mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Only exporting glm directory to export_source.
This commit is contained in:
parent
2c617b45aa
commit
2f36000a4d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class GlmConan(ConanFile):
|
|||
url="https://github.com/g-truc/glm"
|
||||
description="OpenGL Mathematics (GLM)"
|
||||
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(["..", "..", "glm*"])]
|
||||
exports = "lib_licenses/*"
|
||||
|
||||
def build(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue