[build] Distribute wpimath protobuf headers (#5925)

This commit is contained in:
Peter Johnson
2023-11-13 19:50:42 -08:00
committed by GitHub
parent d105f9e3e9
commit 0f8129677b

View File

@@ -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 {