Andrey Filipenkov
2 rokov pred
|
|
@@ -0,0 +1,7 @@
|
|
|
+[settings]
|
|
|
+compiler=apple-clang
|
|
|
+compiler.version=13
|
|
|
+compiler.libcxx=libc++
|
|
|
+build_type=Release
|
|
|
+[conf]
|
|
|
+tools.cmake.cmaketoolchain:generator = Ninja
|
|
|
@@ -0,0 +1,5 @@
|
|
|
+include(apple)
|
|
|
+
|
|
|
+[settings]
|
|
|
+os=iOS
|
|
|
+os.sdk=iphoneos
|
|
|
@@ -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
|