mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Added conanfile
This commit is contained in:
parent
483e9f2a5a
commit
0b1a5b71f8
10
conanfile.py
Normal file
10
conanfile.py
Normal file
@ -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")
|
Loading…
Reference in New Issue
Block a user