Skip to content

Commit

Permalink
(re)adding C++ support (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRedness authored Nov 9, 2022
1 parent 20c46cb commit dec09dd
Show file tree
Hide file tree
Showing 33 changed files with 6,624 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"**/.settings": true,
"**/.factorypath": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib"
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"files.associations": {
"fstream": "cpp"
}
}
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ task cppHeadersZip(type: Zip) {
task cppSourceZip(type: Zip) {
destinationDirectory = outputsFolder
archiveBaseName = zipBaseName
classifier = "source"
classifier = "sources"

from(licenseFile) {
into '/'
Expand Down
Loading

0 comments on commit dec09dd

Please sign in to comment.