1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00
vcmi/CI/conan/base/apple

13 lines
250 B
Plaintext
Raw Normal View History

[settings]
compiler=apple-clang
2023-01-14 14:25:16 +03:00
compiler.version=14
compiler.libcxx=libc++
build_type=Release
# required for Boost.Locale in versions >= 1.81
compiler.cppstd=11
[conf]
2022-12-31 16:32:11 +03:00
tools.apple:enable_bitcode = False
tools.cmake.cmaketoolchain:generator = Ninja