summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMinze Zwerver <ysblokje@gmail.com>2016-12-13 13:21:22 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-14 14:55:41 (GMT)
commitf17394185558d6adc4e09c19937c798580fbf1f3 (patch)
tree78bd13b6a538a419931b9f1ba7c8ebc15ebfae6a /Help
parente3a93c66cc9f1d578f880f19e17ad31cc731fa86 (diff)
downloadCMake-f17394185558d6adc4e09c19937c798580fbf1f3.zip
CMake-f17394185558d6adc4e09c19937c798580fbf1f3.tar.gz
CMake-f17394185558d6adc4e09c19937c798580fbf1f3.tar.bz2
CodeLite: Make build/clean/rebuild operations optionally target-centric
When `CMAKE_CODELITE_USE_TARGETS` is enabled, these operations should be target-centric too.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/codelite-build-and-clean-targets-enhancement.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/codelite-build-and-clean-targets-enhancement.rst b/Help/release/dev/codelite-build-and-clean-targets-enhancement.rst
new file mode 100644
index 0000000..c6b78cf
--- /dev/null
+++ b/Help/release/dev/codelite-build-and-clean-targets-enhancement.rst
@@ -0,0 +1,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.)