repoindex/lib/global.h

18 lines
416 B
C

// 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 <c++utilities/application/global.h>
#ifdef REPOINDEX_STATIC
# define REPOINDEX_EXPORT
# define REPOINDEX_IMPORT
#else
# define REPOINDEX_EXPORT LIB_EXPORT
# define REPOINDEX_IMPORT LIB_IMPORT
#endif
#endif // REPOINDEX_GLOBAL