CodeBlocks.rst 758 B

12345678910111213141516171819202122232425
  1. CodeBlocks
  2. ----------
  3. Generates CodeBlocks project files.
  4. Project files for CodeBlocks will be created in the top directory and
  5. in every subdirectory which features a CMakeLists.txt file containing
  6. a PROJECT() call. Additionally a hierarchy of makefiles is generated
  7. into the build tree. The appropriate make program can build the
  8. project through the default make target. A "make install" target is
  9. also provided.
  10. This "extra" generator may be specified as:
  11. ``CodeBlocks - MinGW Makefiles``
  12. Generate with :generator:`MinGW Makefiles`.
  13. ``CodeBlocks - NMake Makefiles``
  14. Generate with :generator:`NMake Makefiles`.
  15. ``CodeBlocks - Ninja``
  16. Generate with :generator:`Ninja`.
  17. ``CodeBlocks - Unix Makefiles``
  18. Generate with :generator:`Unix Makefiles`.