This commit is contained in:
aleksandr.vodyanov
2024-11-14 15:22:57 +03:00
commit 00fe75c874
9 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
include(default)

View File

@@ -0,0 +1,13 @@
include(base.jinja)
[settings]
os=Linux
arch=x86_64
compiler=gcc
compiler.version=12
target_abi=x86_64-linux-gnu
compiler.libcxx=libstdc++11
build_type=Release
[options]
[tool_requires]
[buildenv]
CONAN_V2_MODE=true