feat: add CMake build configuration and unit tests for XRabbitMQClient
This commit is contained in:
43
build/Release/include/XRabbitMQClient_export.h
Normal file
43
build/Release/include/XRabbitMQClient_export.h
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
#ifndef XRABBITMQCLIENT_EXPORT_H
|
||||
#define XRABBITMQCLIENT_EXPORT_H
|
||||
|
||||
#ifdef XRABBITMQCLIENT_STATIC_DEFINE
|
||||
# define XRABBITMQCLIENT_EXPORT
|
||||
# define XRABBITMQCLIENT_NO_EXPORT
|
||||
#else
|
||||
# ifndef XRABBITMQCLIENT_EXPORT
|
||||
# ifdef xrabbitmqclient_EXPORTS
|
||||
/* We are building this library */
|
||||
# define XRABBITMQCLIENT_EXPORT
|
||||
# else
|
||||
/* We are using this library */
|
||||
# define XRABBITMQCLIENT_EXPORT
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# ifndef XRABBITMQCLIENT_NO_EXPORT
|
||||
# define XRABBITMQCLIENT_NO_EXPORT
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef XRABBITMQCLIENT_DEPRECATED
|
||||
# define XRABBITMQCLIENT_DEPRECATED __declspec(deprecated)
|
||||
#endif
|
||||
|
||||
#ifndef XRABBITMQCLIENT_DEPRECATED_EXPORT
|
||||
# define XRABBITMQCLIENT_DEPRECATED_EXPORT XRABBITMQCLIENT_EXPORT XRABBITMQCLIENT_DEPRECATED
|
||||
#endif
|
||||
|
||||
#ifndef XRABBITMQCLIENT_DEPRECATED_NO_EXPORT
|
||||
# define XRABBITMQCLIENT_DEPRECATED_NO_EXPORT XRABBITMQCLIENT_NO_EXPORT XRABBITMQCLIENT_DEPRECATED
|
||||
#endif
|
||||
|
||||
/* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */
|
||||
#if 0 /* DEFINE_NO_DEPRECATED */
|
||||
# ifndef XRABBITMQCLIENT_NO_DEPRECATED
|
||||
# define XRABBITMQCLIENT_NO_DEPRECATED
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* XRABBITMQCLIENT_EXPORT_H */
|
||||
Reference in New Issue
Block a user