diff options
author | Brad King <brad.king@kitware.com> | 2019-02-11 12:45:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-11 12:45:23 (GMT) |
commit | 5651568d14ee227bcc8edfa3801e1847ff89a23e (patch) | |
tree | f605654499fba5ce967dd9c1571ed0d1069cb76b /Help/prop_tgt | |
parent | d9ddb30e92ce1c9c98ce6603660b631cd42bfed0 (diff) | |
parent | bcd99fac60ee3ad9a3c61d88a545d1800e605b10 (diff) | |
download | CMake-5651568d14ee227bcc8edfa3801e1847ff89a23e.zip CMake-5651568d14ee227bcc8edfa3801e1847ff89a23e.tar.gz CMake-5651568d14ee227bcc8edfa3801e1847ff89a23e.tar.bz2 |
Merge topic 'ghs-updates'
bcd99fac60 GHS: Document usage of GHS_NO_SOURCE_GROUP_FILE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2943
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst b/Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst new file mode 100644 index 0000000..11ce0b22 --- /dev/null +++ b/Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst @@ -0,0 +1,13 @@ +GHS_NO_SOURCE_GROUP_FILE +------------------------ + +``ON`` / ``OFF`` boolean to control if the project file for a target should +be one single file or multiple files. + +The default behavior or when the property is ``OFF`` is to generate a project +file for the target and then a sub-project file for each source group. + +When this property is ``ON`` or if :variable:`CMAKE_GHS_NO_SOURCE_GROUP_FILE` +is ``ON`` then only a single project file is generated for the target. + +Supported on :generator:`Green Hills MULTI`. |