CGII/framework/include/cgv/media/image/lib_begin.h

17 lines
337 B
C
Raw Normal View History

2018-05-17 14:01:02 +00:00
// 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>