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

10 lines
216 B
C
Raw Permalink Normal View History

2021-01-28 17:29:39 +01:00
/* 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 */