16 lines
319 B
C
16 lines
319 B
C
// begin block to configure defines for the utils library
|
|
//
|
|
// Authored by Stefan Gumhold
|
|
//
|
|
// Please report all bugs and problems to "cgv@inf.tu-dresden.de".
|
|
|
|
#ifdef CGV_UTILS_FORCE_STATIC
|
|
# define CGV_FORCE_STATIC_LIB
|
|
#endif
|
|
#ifdef CGV_UTILS_EXPORTS
|
|
# define CGV_EXPORTS
|
|
#endif
|
|
|
|
#include <cgv/config/lib_begin.h>
|
|
|
|
|