// Created via CMake from template global.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef REPOINDEX_GLOBAL #define REPOINDEX_GLOBAL #include #ifdef REPOINDEX_STATIC # define REPOINDEX_EXPORT # define REPOINDEX_IMPORT #else # define REPOINDEX_EXPORT LIB_EXPORT # define REPOINDEX_IMPORT LIB_IMPORT #endif #endif // REPOINDEX_GLOBAL