diff options
author | Minze Zwerver <ysblokje@gmail.com> | 2016-09-23 06:42:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-26 17:40:38 (GMT) |
commit | cbe488792746377396a9f38aeb2999750ade518a (patch) | |
tree | 0a55ad14b161d0e8dccfd0a725e31231d1b7a4d5 /Help/variable | |
parent | d0a27ae998e5ff313937f346b53d672c6353bd74 (diff) | |
download | CMake-cbe488792746377396a9f38aeb2999750ade518a.zip CMake-cbe488792746377396a9f38aeb2999750ade518a.tar.gz CMake-cbe488792746377396a9f38aeb2999750ade518a.tar.bz2 |
CodeLite: Optionally use targets to create (sub)project files
The basic codelite generator creates .project files based on the
`project()` stanza. Add a `CMAKE_CODELITE_USE_TARGETS` option to use
the targets instead.
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. |