codelite-build-and-clean-targets-enhancement.rst 520 B

12345678910
  1. codelite-build-and-clean-targets-enhancement
  2. --------------------------------------------
  3. * The :generator:`CodeLite` extra generator gained a new option
  4. set by the :variable:`CMAKE_CODELITE_USE_TARGETS` variable to
  5. change the generated project to have target-centric organization.
  6. The "build", "rebuild", and "clean" operations within CodeLite
  7. then work on a selected target rather than the whole workspace.
  8. (Note that the :generator:`Ninja` clean operation on a target
  9. includes its dependencies, though.)