Merge topic 'codeblocks-nmake-makefiles-jom'

3462118c Allow CodeBlocks for NMake Makefiles JOM
This commit is contained in:
Brad King
2017-01-12 10:20:27 -05:00
committed by CMake Topic Stage
3 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ This "extra" generator may be specified as:
``CodeBlocks - NMake Makefiles``
Generate with :generator:`NMake Makefiles`.
``CodeBlocks - NMake Makefiles JOM``
Generate with :generator:`NMake Makefiles JOM`.
``CodeBlocks - Ninja``
Generate with :generator:`Ninja`.

View File

@@ -0,0 +1,5 @@
codeblocks-nmake-makefiles-jom
------------------------------
* The :generator:`CodeBlocks` now can generate with
:generator:`NMake Makefiles JOM`.