mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
[Conan] use profile includes for common parts
This commit is contained in:
parent
9f0eb055f9
commit
e855a9db7c
7
CI/conan/base/apple
Normal file
7
CI/conan/base/apple
Normal file
@ -0,0 +1,7 @@
|
||||
[settings]
|
||||
compiler=apple-clang
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator = Ninja
|
5
CI/conan/base/ios
Normal file
5
CI/conan/base/ios
Normal file
@ -0,0 +1,5 @@
|
||||
include(apple)
|
||||
|
||||
[settings]
|
||||
os=iOS
|
||||
os.sdk=iphoneos
|
4
CI/conan/base/macos
Normal file
4
CI/conan/base/macos
Normal file
@ -0,0 +1,4 @@
|
||||
include(apple)
|
||||
|
||||
[settings]
|
||||
os=Macos
|
@ -1,14 +1,5 @@
|
||||
include(base/ios)
|
||||
|
||||
[settings]
|
||||
os=iOS
|
||||
os.version=12.0
|
||||
os.sdk=iphoneos
|
||||
arch=armv8
|
||||
compiler=apple-clang
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[options]
|
||||
[build_requires]
|
||||
[env]
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator = Ninja
|
||||
|
@ -1,14 +1,5 @@
|
||||
include(base/ios)
|
||||
|
||||
[settings]
|
||||
os=iOS
|
||||
os.version=10.0
|
||||
os.sdk=iphoneos
|
||||
arch=armv7
|
||||
compiler=apple-clang
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[options]
|
||||
[build_requires]
|
||||
[env]
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator = Ninja
|
||||
|
@ -1,13 +1,5 @@
|
||||
include(base/macos)
|
||||
|
||||
[settings]
|
||||
os=Macos
|
||||
os.version=11.0
|
||||
arch=armv8
|
||||
compiler=apple-clang
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[options]
|
||||
[build_requires]
|
||||
[env]
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator = Ninja
|
||||
|
@ -1,13 +1,5 @@
|
||||
include(base/macos)
|
||||
|
||||
[settings]
|
||||
os=Macos
|
||||
os.version=10.13
|
||||
arch=x86_64
|
||||
compiler=apple-clang
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
build_type=Release
|
||||
[options]
|
||||
[build_requires]
|
||||
[env]
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator = Ninja
|
||||
|
Loading…
Reference in New Issue
Block a user