summaryrefslogtreecommitdiff
path: root/Help/generator/CodeLite.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/generator/CodeLite.rst')
-rw-r--r--Help/generator/CodeLite.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/generator/CodeLite.rst b/Help/generator/CodeLite.rst
index 46fa5bef7..4f276df71 100644
--- a/Help/generator/CodeLite.rst
+++ b/Help/generator/CodeLite.rst
@@ -6,13 +6,15 @@ Generates CodeLite project files.
Project files for CodeLite will be created in the top directory and
in every subdirectory which features a CMakeLists.txt file containing
a :command:`project` call.
-The :variable:`CMAKE_CODELITE_USE_TARGETS` variable may be set to ``ON``
-to change the default behavior from projects to targets as the basis
-for project files.
The appropriate make program can build the
project through the default ``all`` target. An ``install`` target
is also provided.
+.. versionadded:: 3.7
+ The :variable:`CMAKE_CODELITE_USE_TARGETS` variable may be set to ``ON``
+ to change the default behavior from projects to targets as the basis
+ for project files.
+
This "extra" generator may be specified as:
``CodeLite - MinGW Makefiles``