mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
Ninja: enable Ninja for CodeBlocks
This commit is contained in:
@@ -59,6 +59,9 @@ cmExtraCodeBlocksGenerator::cmExtraCodeBlocksGenerator()
|
|||||||
this->SupportedGlobalGenerators.push_back("NMake Makefiles");
|
this->SupportedGlobalGenerators.push_back("NMake Makefiles");
|
||||||
// disable until somebody actually tests it:
|
// disable until somebody actually tests it:
|
||||||
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
|
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
|
||||||
|
#endif
|
||||||
|
#ifdef CMAKE_USE_NINJA
|
||||||
|
this->SupportedGlobalGenerators.push_back("Ninja");
|
||||||
#endif
|
#endif
|
||||||
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
|
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user