1
General discussions / Question about Cross Platform Compiling
« on: April 27, 2017, 09:08:22 am »
I plan on creating a simple RPG for a school project, and I plan on writing all the code using CLion (which uses CMake) on Linux. I want my friends to playtest the game, but they all have Windows. If I compile the code I wrote on Linux, will it work on Windows/Linux/MacOS or do I have to compile it differently for each OS?