summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-27 12:22:53 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-27 12:22:53 (GMT)
commitded15f26b8f9b6407ee93e11d9239f1ab5dfcc99 (patch)
treecd6dac3ff9e64c38bcbcf98357459ab5bfd85949 /Help/variable
parente8ff565d94baf45df145dfef46e8cd40aedc08ff (diff)
parentcbe488792746377396a9f38aeb2999750ade518a (diff)
downloadCMake-ded15f26b8f9b6407ee93e11d9239f1ab5dfcc99.zip
CMake-ded15f26b8f9b6407ee93e11d9239f1ab5dfcc99.tar.gz
CMake-ded15f26b8f9b6407ee93e11d9239f1ab5dfcc99.tar.bz2
Merge topic 'codelite-organize-by-target'
cbe48879 CodeLite: Optionally use targets to create (sub)project files
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CODELITE_USE_TARGETS.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
new file mode 100644
index 0000000..4aede03
--- /dev/null
+++ b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
@@ -0,0 +1,7 @@
+CMAKE_CODELITE_USE_TARGETS
+--------------------------
+
+Change the way the CodeLite generator creates projectfiles.
+
+If this variable is set to ``ON`` the generator creates projectfiles
+based on targets rather than projects.