CGII/framework/include/cgv/signal/lib_begin.h
2018-05-17 16:01:02 +02:00

9 lines
163 B
C

#if defined(CGV_SIGNAL_FORCE_STATIC)
# define CGV_FORCE_STATIC_LIB
#endif
#ifdef CGV_SIGNAL_EXPORTS
# define CGV_EXPORTS
#endif
#include <cgv/config/lib_begin.h>