[build] Export wpimath protobuf symbols (#5952)

This commit is contained in:
Peter Johnson
2023-11-23 11:27:54 -08:00
committed by GitHub
parent 3c0652c18a
commit c80b2d2017
16 changed files with 53 additions and 13 deletions

View File

@@ -154,7 +154,9 @@ protobuf {
generateProtoTasks {
all().configureEach { task ->
task.builtins {
cpp {}
cpp {
option "dllexport_decl=WPILIB_DLLEXPORT"
}
remove java
}
task.plugins {