CMake support for building
vault-thirteen opened this issue · comments
In the description of the IDE it is said that this IDE is a cross-platform IDE.
SASM (SimpleASM) - simple Open Source crossplatform IDE
And at the same time it is said that in order to build this IDE for Windows O.S. we need the make tool, which is a tool from Linux world and is in no way a cross-platform solution.
On Windows:
For building:
C++ compiler (e.g. gcc from MinGW)
make (e.g. mingw32-make from MinGW)
All this means that this IDE is not truly cross-platform.
One of the ways to make the IDE truly cross-platform is to use CMake tool instead of make because CMake tool is a 100% cross-platform solution.