Template-gint-library/include/example/config.h.in

10 lines
216 B
C

/* libexample: compile-time configuration */
#ifndef _EXAMPLE_CONFIG
#define _EXAMPLE_CONFIG
/* The @VAR@ notation is substituted by CMake */
#define EX_VERSION "@libexample_VERSION@"
#endif /* _EXAMPLE_CONFIG */