CGII/framework/include/cgv/media/image/lib_begin.h
2018-05-17 15:50:03 +02:00

17 lines
353 B
C

// begin block to configure defines for the media image library
//
// Authored by Stefan Gumhold
//
// Please report all bugs and problems to "cgv@inf.tu-dresden.de".
#ifdef CGV_MEDIA_IMAGE_FORCE_STATIC
# define CGV_FORCE_STATIC_LIB
#endif
#ifdef CGV_MEDIA_IMAGE_EXPORTS
# define CGV_EXPORTS
#endif
#include <cgv/config/lib_begin.h>