8 lines
163 B
C
8 lines
163 B
C
#if defined(CGV_RENDER_FORCE_STATIC)
|
|
# define CGV_FORCE_STATIC_LIB
|
|
#endif
|
|
#ifdef CGV_RENDER_EXPORTS
|
|
# define CGV_EXPORTS
|
|
#endif
|
|
|
|
#include <cgv/config/lib_begin.h>
|