CodeLite.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. CodeLite
  2. ----------
  3. .. deprecated:: 3.27
  4. Support for :ref:`Extra Generators` is deprecated and will be removed from
  5. a future version of CMake. IDEs may use the :manual:`cmake-file-api(7)`
  6. to view CMake-generated project build trees.
  7. Generates CodeLite project files.
  8. Project files for CodeLite will be created in the top directory and
  9. in every subdirectory which features a CMakeLists.txt file containing
  10. a :command:`project` call.
  11. The appropriate make program can build the
  12. project through the default ``all`` target. An ``install`` target
  13. is also provided.
  14. .. versionadded:: 3.7
  15. The :variable:`CMAKE_CODELITE_USE_TARGETS` variable may be set to ``ON``
  16. to change the default behavior from projects to targets as the basis
  17. for project files.
  18. This "extra" generator may be specified as:
  19. ``CodeLite - MinGW Makefiles``
  20. Generate with :generator:`MinGW Makefiles`.
  21. ``CodeLite - NMake Makefiles``
  22. Generate with :generator:`NMake Makefiles`.
  23. ``CodeLite - Ninja``
  24. Generate with :generator:`Ninja`.
  25. ``CodeLite - Unix Makefiles``
  26. Generate with :generator:`Unix Makefiles`.