mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
More
This commit is contained in:
parent
0f4cfc9108
commit
748a95c84f
@ -1,4 +1,5 @@
|
||||
from conans import ConanFile, CMake
|
||||
import shutil
|
||||
|
||||
class CrowConan(ConanFile):
|
||||
name = "Crow"
|
||||
@ -11,6 +12,7 @@ class CrowConan(ConanFile):
|
||||
def source(self):
|
||||
# this will create a hello subfolder, take it into account
|
||||
self.run("git clone https://github.com/javierjeronimo/crow.git")
|
||||
shutil.move("crow/*", ".")
|
||||
|
||||
def build(self):
|
||||
cmake = CMake(self.settings)
|
||||
|
Loading…
Reference in New Issue
Block a user