CodeLite.rst 867 B

123456789101112131415161718192021222324252627282930
  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 :command:`project` call.
  7. The appropriate make program can build the
  8. project through the default ``all`` target. An ``install`` target
  9. is also provided.
  10. .. versionadded:: 3.7
  11. The :variable:`CMAKE_CODELITE_USE_TARGETS` variable may be set to ``ON``
  12. to change the default behavior from projects to targets as the basis
  13. for project files.
  14. This "extra" generator may be specified as:
  15. ``CodeLite - MinGW Makefiles``
  16. Generate with :generator:`MinGW Makefiles`.
  17. ``CodeLite - NMake Makefiles``
  18. Generate with :generator:`NMake Makefiles`.
  19. ``CodeLite - Ninja``
  20. Generate with :generator:`Ninja`.
  21. ``CodeLite - Unix Makefiles``
  22. Generate with :generator:`Unix Makefiles`.