mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'ghs-updates'
bcd99fac60 GHS: Document usage of GHS_NO_SOURCE_GROUP_FILE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2943
This commit is contained in:
@@ -59,6 +59,7 @@ Customizations are available through the following cache variables:
|
||||
The following properties are available:
|
||||
|
||||
* :prop_tgt:`GHS_INTEGRITY_APP`
|
||||
* :prop_tgt:`GHS_NO_SOURCE_GROUP_FILE`
|
||||
|
||||
.. note::
|
||||
This generator is deemed experimental as of CMake |release|
|
||||
|
||||
@@ -195,6 +195,7 @@ Properties on Targets
|
||||
/prop_tgt/FRAMEWORK_VERSION
|
||||
/prop_tgt/GENERATOR_FILE_NAME
|
||||
/prop_tgt/GHS_INTEGRITY_APP
|
||||
/prop_tgt/GHS_NO_SOURCE_GROUP_FILE
|
||||
/prop_tgt/GNUtoMS
|
||||
/prop_tgt/HAS_CXX
|
||||
/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM
|
||||
|
||||
@@ -345,6 +345,7 @@ Variables that Control the Build
|
||||
/variable/CMAKE_FOLDER
|
||||
/variable/CMAKE_Fortran_FORMAT
|
||||
/variable/CMAKE_Fortran_MODULE_DIRECTORY
|
||||
/variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE
|
||||
/variable/CMAKE_GLOBAL_AUTOGEN_TARGET
|
||||
/variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME
|
||||
/variable/CMAKE_GLOBAL_AUTORCC_TARGET
|
||||
|
||||
@@ -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`.
|
||||
@@ -0,0 +1,6 @@
|
||||
CMAKE_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. Refer to
|
||||
:prop_tgt:`GHS_NO_SOURCE_GROUP_FILE` for further details.
|
||||
Reference in New Issue
Block a user