Skip to content

Commit

Permalink
Merge pull request #1730 from LORgames/ssurtees/compileasDocs
Browse files Browse the repository at this point in the history
Added missing compileas values to docs
  • Loading branch information
samsinsane authored Oct 16, 2021
2 parents b73d56a + 865cc51 commit 07d8876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/compileas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down

0 comments on commit 07d8876

Please sign in to comment.