summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/codelite-build-and-clean-targets-enhancement.rst
blob: c6b78cf7b7c6876e386ad66e6374b443a50cbda2 (plain)
1
2
3
4
5
6
7
8
9
10
codelite-build-and-clean-targets-enhancement
--------------------------------------------

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