The project file generated by Cmake does not contain a static configuration
Set BUILD_SHARED_LIBS to false.
The libraries are not put into the expected folder
There's no "expected" folder. Everyone wants a different location for the generated libraries.
The CMAKE_INSTALL_PREFIX option is made for that.
I "need" a x64 configuration (What is most likely the largest advantage of my makefile)
What's the problem with CMake?
On some systems, Cmake does not work (on my pc it works)
Which ones? I think it works on all systems that support Visual Studio.