mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
indent
This commit is contained in:
parent
5f786cdccd
commit
18bc428f06
@ -1,5 +1,6 @@
|
||||
from conans import ConanFile, CMake
|
||||
|
||||
|
||||
class CrowConan(ConanFile):
|
||||
name = "Crow"
|
||||
version = "0.1"
|
||||
@ -10,6 +11,7 @@ class CrowConan(ConanFile):
|
||||
|
||||
requires = (("Boost/1.60.0@lasote/stable"),
|
||||
("OpenSSL/1.0.2i@lasote/stable"))
|
||||
|
||||
# No exports necessary
|
||||
|
||||
def source(self):
|
||||
@ -22,5 +24,6 @@ class CrowConan(ConanFile):
|
||||
self.run("cmake --build . %s" % cmake.build_config)
|
||||
self.run("make")
|
||||
|
||||
def package(self):
|
||||
|
||||
def package(self):
|
||||
self.copy("*.h", dst="include", src="amalgamate")
|
||||
|
Loading…
Reference in New Issue
Block a user