Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/4
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
include(base_profiles/windows_base)
|
|
include(options/windows_options)
|
|
|
|
[settings]
|
|
os=Windows
|
|
arch=x86_64
|
|
compiler=gcc
|
|
compiler.version=11.5
|
|
compiler.libcxx=libstdc++11
|
|
compiler.cppstd=17
|