CodeBlocks - Unix Makefiles.rst 453 B

1234567891011
  1. CodeBlocks - Unix Makefiles
  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.