Skip to content

Commit

Permalink
copy build diff
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Nov 14, 2023
1 parent 9107b07 commit 2585ec6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wpimath/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ cppHeadersZip {
from('src/main/native/thirdparty/gcem/include') {
into '/'
}
from("$buildDir/generated/source/proto/main/cpp") {
into '/wpimath/protobuf'
include '*.h'
}
}

cppHeadersZip.dependsOn generateProto

model {
components {
all {
Expand Down Expand Up @@ -117,7 +123,7 @@ task unitsHeaders(type: Zip) {
}

ext.includeDirs = [
project.file('src/main/native/include/units')
project.file('src/main/native/include/units')
]

ext.includeDirs.each {
Expand Down

0 comments on commit 2585ec6

Please sign in to comment.