7
0
mirror of https://github.com/Minres/conan-recipes.git synced 2025-07-01 15:33:27 +02:00

update conanfiles and add RocksDB

This commit is contained in:
2020-04-05 15:36:06 +02:00
parent 3117dadcfe
commit 7d28cd736d
9 changed files with 26 additions and 17 deletions

3
SystemCVerification/build.py Normal file → Executable file
View File

@ -1,7 +1,8 @@
#!/usr/bin/env python3
from conan.packager import ConanMultiPackager
if __name__ == "__main__":
builder = ConanMultiPackager()
builder = ConanMultiPackager(username="minres")
types = ['Debug','Release']
cxxstds = ['98', '11','14']
libstdcxx = ['libstdc++', 'libstdc++11']