Merge pull request #1745 from hannes-harnisch/master

Adding documentation for module options
This commit is contained in:
Kyriet 2021-11-05 18:40:22 +01:00 committed by GitHub
commit b1d477ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@ compileas "value"
* `C++` - Compile as a C++ source file.
* `Objective-C` - Compile as an Objective-C source file.
* `Objective-C++` - Compile as an Objective-C++ source file.
* `Module` - Needs documentation
* `ModulePartition` - Needs documentation
* `HeaderUnit` - Needs documentation
* `Module` - Compile as a C++20 module interface unit.
* `ModulePartition` - Compile as a C++20 module interface partition.
* `HeaderUnit` - Compile as a C++20 header unit.
### Applies To ###
@ -22,7 +22,7 @@ The `workspace`, `project` or `file` scope.
### Availability ###
Premake 5.0.0 alpha 13 or later.
Premake 5.0.0 alpha 13 or later. The options **Module**, **ModulePartition** and **HeaderUnit** are only available in Premake 5.0-beta1 or later and only implemented for Visual Studio 2019+.
### Examples ###