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

11 lines
167 B
C
Raw Normal View History

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