summaryrefslogtreecommitdiffstats
path: root/Source/cmGhsMultiTargetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+5
|
* GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-071-2/+2
|
* GHS: Use a cmGeneratorTarget in generator API.Stephen Kelly2015-06-221-1/+2
|
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+119
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.