mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[build] Distribute wpimath protobuf headers (#5925)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user