[DO-966] conan profiles (!2)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/2
This commit is contained in:
13
profiles/base_profiles/windows_base
Normal file
13
profiles/base_profiles/windows_base
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user