mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Export wpimath protobuf symbols (#5952)
This commit is contained in:
@@ -154,7 +154,9 @@ protobuf {
|
||||
generateProtoTasks {
|
||||
all().configureEach { task ->
|
||||
task.builtins {
|
||||
cpp {}
|
||||
cpp {
|
||||
option "dllexport_decl=WPILIB_DLLEXPORT"
|
||||
}
|
||||
remove java
|
||||
}
|
||||
task.plugins {
|
||||
|
||||
Reference in New Issue
Block a user