mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-20 07:30:43 +00:00
Using exports_sources.
This commit is contained in:
parent
fc5659148d
commit
58b23c29a7
@ -17,9 +17,9 @@ class GlewConan(ConanFile):
|
||||
license="https://github.com/nigels-com/glew#copyright-and-licensing"
|
||||
if version == "master":
|
||||
if os.path.isfile("Makefile"):
|
||||
exports = "*"
|
||||
exports_sources = "*"
|
||||
else:
|
||||
exports = os.sep.join([".", "..", "..", "*"])
|
||||
exports_sources = os.sep.join(["..", "..", "*"])
|
||||
else:
|
||||
exports = "FindGLEW.cmake"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user