8 lines
157 B
C
8 lines
157 B
C
#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>
|