GHS_NO_SOURCE_GROUP_FILE.rst 511 B

12345678910111213
  1. GHS_NO_SOURCE_GROUP_FILE
  2. ------------------------
  3. ``ON`` / ``OFF`` boolean to control if the project file for a target should
  4. be one single file or multiple files.
  5. The default behavior or when the property is ``OFF`` is to generate a project
  6. file for the target and then a sub-project file for each source group.
  7. When this property is ``ON`` or if :variable:`CMAKE_GHS_NO_SOURCE_GROUP_FILE`
  8. is ``ON`` then only a single project file is generated for the target.
  9. Supported on :generator:`Green Hills MULTI`.