// generates export.hpp for each module from compat/linkage.hpp

#pragma once

#include "compat/linkage-macros.hpp"

#ifdef BUILD_POSE_WIDGET
#   define OTR_POSE_WIDGET_EXPORT OTR_GENERIC_EXPORT
#else
#   define OTR_POSE_WIDGET_EXPORT OTR_GENERIC_IMPORT
#endif