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

11 lines
177 B
C

#ifdef CGV_MEDIA_FONT_FORCE_STATIC
# define CGV_FORCE_STATIC_LIB
#endif
#ifdef CGV_MEDIA_FONT_EXPORTS
# define CGV_EXPORTS
#endif
#include <cgv/config/lib_begin.h>