mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-25 03:41:08 +02:00
🔧 Add conan profiles
This commit is contained in:
parent
559b0843f1
commit
68c643763b
10 changed files with 88 additions and 0 deletions
8
tools/conan-profiles/vs-19-debug
Normal file
8
tools/conan-profiles/vs-19-debug
Normal file
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=192
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
10
tools/conan-profiles/vs-19-debug-ninja
Normal file
10
tools/conan-profiles/vs-19-debug-ninja
Normal file
|
@ -0,0 +1,10 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=192
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
8
tools/conan-profiles/vs-19-release
Normal file
8
tools/conan-profiles/vs-19-release
Normal file
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=192
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
10
tools/conan-profiles/vs-19-release-ninja
Normal file
10
tools/conan-profiles/vs-19-release-ninja
Normal file
|
@ -0,0 +1,10 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=192
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
8
tools/conan-profiles/vs-19-relwithdebinfo
Normal file
8
tools/conan-profiles/vs-19-relwithdebinfo
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=RelWithDebInfo
|
8
tools/conan-profiles/vs-22-debug
Normal file
8
tools/conan-profiles/vs-22-debug
Normal file
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=193
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
10
tools/conan-profiles/vs-22-debug-ninja
Normal file
10
tools/conan-profiles/vs-22-debug-ninja
Normal file
|
@ -0,0 +1,10 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=193
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
8
tools/conan-profiles/vs-22-release
Normal file
8
tools/conan-profiles/vs-22-release
Normal file
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=193
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
10
tools/conan-profiles/vs-22-release-ninja
Normal file
10
tools/conan-profiles/vs-22-release-ninja
Normal file
|
@ -0,0 +1,10 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=193
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
8
tools/conan-profiles/vs-22-relwithdebinfo
Normal file
8
tools/conan-profiles/vs-22-relwithdebinfo
Normal file
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=193
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=RelWithDebInfo
|
||||
build_type=RelWithDebInfo
|
Loading…
Reference in a new issue