/* 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 */