I am building a crossplatform library on Windows, to target Windows, Linux, Mac, Android and iOS.
I very recently switched to CLion for several unrelated reasons. With VS, I would simply build for Windows x86/x64 through two separate configurations.
I'm trying to optimise my workflow now. My goal is to be able to hit build once, and have CLion output 32 and 64 bit builds for all of the target platforms.
How can I, if it's possible, configure CLion to build the same project through separate toolchains, with multiple architectures (i.e. x86 and x64 through MSVC, x86 and x64 through WSL, retarget for ARM, etc.)?