CodeBlocks.rst 1008 B

1234567891011121314151617181920212223242526272829303132
  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.
  8. The :variable:`CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES` variable may
  9. be set to ``ON`` to exclude any files which are located outside of
  10. the project root directory.
  11. The appropriate make program can build the
  12. project through the default make target. A "make install" target is
  13. also provided.
  14. This "extra" generator may be specified as:
  15. ``CodeBlocks - MinGW Makefiles``
  16. Generate with :generator:`MinGW Makefiles`.
  17. ``CodeBlocks - NMake Makefiles``
  18. Generate with :generator:`NMake Makefiles`.
  19. ``CodeBlocks - NMake Makefiles JOM``
  20. Generate with :generator:`NMake Makefiles JOM`.
  21. ``CodeBlocks - Ninja``
  22. Generate with :generator:`Ninja`.
  23. ``CodeBlocks - Unix Makefiles``
  24. Generate with :generator:`Unix Makefiles`.