mirror of
https://github.com/reactos/CMake.git
synced 2025-01-08 20:21:34 +00:00
48004d9dbe
Green Hills MULTI is an IDE for embedded real-time systems. The IDE's product page can be found here: http://www.ghs.com/products/MULTI_IDE.html It supports cross compiling on ARM, Intel x86, and other architectures with various operating systems. The IDE exists on Linux and Windows host systems, but CMake will currently only generate the project files on Windows host systems.
17 lines
452 B
ReStructuredText
17 lines
452 B
ReStructuredText
Green Hills MULTI
|
|
-----------------
|
|
|
|
Generates Green Hills MULTI project files (experimental, work-in-progress).
|
|
|
|
Customizations are available through the following cache variables:
|
|
|
|
* ``GHS_BSP_NAME``
|
|
* ``GHS_CUSTOMIZATION``
|
|
* ``GHS_GPJ_MACROS``
|
|
* ``GHS_OS_DIR``
|
|
|
|
.. note::
|
|
This generator is deemed experimental as of CMake |release|
|
|
and is still a work in progress. Future versions of CMake
|
|
may make breaking changes as the generator matures.
|