Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/2
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
include(base.jinja)
|
|
[settings]
|
|
os=Windows
|
|
arch=x86_64
|
|
compiler=gcc
|
|
compiler.version=11
|
|
target_abi=x86_64-linux-gnu
|
|
compiler.libcxx=libstdc++11
|
|
build_type=Release
|
|
[options]
|
|
[tool_requires]
|
|
[buildenv]
|
|
CONAN_V2_MODE=true
|