mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
indent
This commit is contained in:
parent
18bc428f06
commit
79ca284d6c
@ -24,6 +24,5 @@ class CrowConan(ConanFile):
|
|||||||
self.run("cmake --build . %s" % cmake.build_config)
|
self.run("cmake --build . %s" % cmake.build_config)
|
||||||
self.run("make")
|
self.run("make")
|
||||||
|
|
||||||
|
def package(self):
|
||||||
def package(self):
|
|
||||||
self.copy("*.h", dst="include", src="amalgamate")
|
self.copy("*.h", dst="include", src="amalgamate")
|
||||||
|
Loading…
Reference in New Issue
Block a user