mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Requirements
This commit is contained in:
parent
e9c97b1350
commit
2877991498
@ -7,6 +7,9 @@ class CrowConan(ConanFile):
|
||||
license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
generators = "cmake"
|
||||
|
||||
requires = (("Boost/1.60.0@lasote/stable"),
|
||||
("OpenSSL/1.0.2i@lasote/stable"))
|
||||
# No exports necessary
|
||||
|
||||
def source(self):
|
||||
|
Loading…
Reference in New Issue
Block a user