[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

@@ -48,6 +48,13 @@
// detect/prohibit anytime it is #included twice without a corresponding
// #undef.
#if __has_include("wpi/SymbolExports.h")
#include "wpi/SymbolExports.h"
#ifdef _MSC_VER
#pragma warning(disable : 4275)
#endif
#endif
// The definitions in this file are intended to be portable across Clang,
// GCC, and MSVC. Function-like macros are usable without an #ifdef guard.
// Syntax macros (for example, attributes) are always defined, although