// Created via CMake from template global.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef REFLECTIVE_RAPIDJSON_GLOBAL #define REFLECTIVE_RAPIDJSON_GLOBAL #include #ifdef REFLECTIVE_RAPIDJSON_STATIC #define REFLECTIVE_RAPIDJSON_EXPORT #define REFLECTIVE_RAPIDJSON_IMPORT #else #define REFLECTIVE_RAPIDJSON_EXPORT LIB_EXPORT #define REFLECTIVE_RAPIDJSON_IMPORT LIB_IMPORT #endif /*! * \def REFLECTIVE_RAPIDJSON_EXPORT * \brief Marks the symbol to be exported by the reflective_rapidjson library. */ /*! * \def REFLECTIVE_RAPIDJSON_IMPORT * \brief Marks the symbol to be imported from the reflective_rapidjson library. */ #endif // REFLECTIVE_RAPIDJSON_GLOBAL