I read the documentation.
It says:
A CMake Generator is responsible for writing the input files for a native build system.
What ex
As far as i know the standard native build system in Unix is "GNU make (gmake)" known as "make". The google guys also released a different Tool called "Ninja".