mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +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"
|
license="https://github.com/nigels-com/glew#copyright-and-licensing"
|
||||||
if version == "master":
|
if version == "master":
|
||||||
if os.path.isfile("Makefile"):
|
if os.path.isfile("Makefile"):
|
||||||
exports = "*"
|
exports_sources = "*"
|
||||||
else:
|
else:
|
||||||
exports = os.sep.join([".", "..", "..", "*"])
|
exports_sources = os.sep.join(["..", "..", "*"])
|
||||||
else:
|
else:
|
||||||
exports = "FindGLEW.cmake"
|
exports = "FindGLEW.cmake"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user