Added missing compileas values to docs
This commit is contained in:
parent
53a44dd834
commit
865cc51b01
@ -10,6 +10,11 @@ compileas "value"
|
||||
* `Default` - Compile based on file extensions that have been built into premake.
|
||||
* `C` - Compile as a C source file.
|
||||
* `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
|
||||
|
||||
### Applies To ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user