I run a shell script to cmake and then make for each platform (Linux, Win, etc.), in sequence, the platforms being supplied as toolchain files.
It appears that I need multiple target names in order for CMake to generate a distinct makefile per platform. What is the correct / canon way to go about this?
Please comment if any further information or build file contents are needed. Thanks!