👷 Build with VS 2022
This commit is contained in:
9
.conan-profiles/ubuntu-debug
Normal file
9
.conan-profiles/ubuntu-debug
Normal file
@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
build_type=Debug
|
||||
compiler=gcc
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=9
|
||||
os=Linux
|
||||
os_build=Linux
|
9
.conan-profiles/ubuntu-release
Normal file
9
.conan-profiles/ubuntu-release
Normal file
@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=9
|
||||
os=Linux
|
||||
os_build=Linux
|
8
.conan-profiles/vs-2016-debug
Normal file
8
.conan-profiles/vs-2016-debug
Normal file
@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
os_build=Windows
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
compiler=Visual Studio
|
||||
compiler.version=16
|
||||
build_type=Debug
|
8
.conan-profiles/vs-2016-release
Normal file
8
.conan-profiles/vs-2016-release
Normal file
@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
os_build=Windows
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
compiler=Visual Studio
|
||||
compiler.version=16
|
||||
build_type=Release
|
8
.conan-profiles/vs-2022-debug
Normal file
8
.conan-profiles/vs-2022-debug
Normal file
@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
build_type=Debug
|
||||
compiler=Visual Studio
|
||||
compiler.version=17
|
||||
os=Windows
|
||||
os_build=Windows
|
8
.conan-profiles/vs-2022-release
Normal file
8
.conan-profiles/vs-2022-release
Normal file
@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
build_type=Release
|
||||
compiler=Visual Studio
|
||||
compiler.version=17
|
||||
os=Windows
|
||||
os_build=Windows
|
Reference in New Issue
Block a user