CGII/framework/include/cgv/gui/lib_begin.h

9 lines
165 B
C
Raw Normal View History

2018-05-17 13:50:03 +00:00
#if defined(CGV_GUI_FORCE_STATIC)
# define CGV_FORCE_STATIC_LIB
#endif
#ifdef CGV_GUI_EXPORTS
# define CGV_EXPORTS
#endif
#include <cgv/config/lib_begin.h>