CGII/framework/include/cgv/signal/lib_begin.h
2018-05-17 15:50:03 +02:00

9 lines
171 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>