diff options
author | Brad King <brad.king@kitware.com> | 2016-09-27 12:22:53 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-27 12:22:53 (GMT) |
commit | ded15f26b8f9b6407ee93e11d9239f1ab5dfcc99 (patch) | |
tree | cd6dac3ff9e64c38bcbcf98357459ab5bfd85949 /Help/variable | |
parent | e8ff565d94baf45df145dfef46e8cd40aedc08ff (diff) | |
parent | cbe488792746377396a9f38aeb2999750ade518a (diff) | |
download | CMake-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.rst | 7 |
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. |