mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
a24ec53df2
This patch enables usage of Conan for cross-compiling Windows builds instead of MXE.
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
[settings]
|
|
os=Windows
|
|
compiler=gcc
|
|
compiler.libcxx=libstdc++11
|
|
compiler.version=10
|
|
compiler.cppstd=11
|
|
build_type=Release
|
|
|
|
[conf]
|
|
tools.cmake.cmaketoolchain:generator = Ninja
|