mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
More
This commit is contained in:
parent
5037825a59
commit
d43cd76435
@ -6,6 +6,7 @@ class CrowConan(ConanFile):
|
|||||||
url = "https://github.com/javierjeronimo/crow"
|
url = "https://github.com/javierjeronimo/crow"
|
||||||
license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
|
license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
|
generators = "cmake"
|
||||||
# No exports necessary
|
# No exports necessary
|
||||||
|
|
||||||
def source(self):
|
def source(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user