Using exports_sources.

This commit is contained in:
dimitri 2017-07-24 23:01:06 +02:00
parent fc5659148d
commit 58b23c29a7
1 changed files with 2 additions and 2 deletions

View File

@ -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"