This commit is contained in:
Javier Jerónimo Suárez 2016-11-19 12:00:26 +01:00
parent 5037825a59
commit d43cd76435

View File

@ -6,6 +6,7 @@ class CrowConan(ConanFile):
url = "https://github.com/javierjeronimo/crow"
license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
settings = "os", "compiler", "build_type", "arch"
generators = "cmake"
# No exports necessary
def source(self):