CodeLite.rst 841 B

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