CodeLite.rst 670 B

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