blob: 71aec92c56a900e21646d90e15e9004a299f4a7c (
plain)
1
2
3
4
5
6
7
8
9
|
CMAKE_EXTRA_GENERATOR
---------------------
The extra generator used to build the project.
When using the Eclipse, CodeBlocks or KDevelop generators, CMake
generates Makefiles (CMAKE_GENERATOR) and additionally project files
for the respective IDE. This IDE project file generator is stored in
CMAKE_EXTRA_GENERATOR (e.g. "Eclipse CDT4").
|