Skip to content

Commit

Permalink
Added conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Apr 11, 2019
1 parent 483e9f2 commit 0b1a5b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conanfile.py
@@ -0,0 +1,10 @@
from conans import ConanFile

class ArgparseConan(ConanFile):
name = "argparse"
version = "1.0"
exports_sources = "include/argparse.hpp"
no_copy_source = True

def package(self):
self.copy("argparse.hpp")

0 comments on commit 0b1a5b7

Please sign in to comment.