gazebosim / gz-bazel

gz-bazel provides a set of Bazel build rules that are used by the Gazebo projects.
https://gazebosim.org
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Add DETAIL_ macros for Export.hh #72

Closed shameekganguly closed 9 months ago

shameekganguly commented 9 months ago

The following macros are provided in cmake by generate_export_header but are not available in bazel builds: DETAIL_{exportbase}_VISIBLE DETAIL{export_base}_HIDDEN

These macros are added to gz_export_header.bzl for parity.