JustUI/include/justui/config.h.in

11 lines
165 B
C
Raw Normal View History

2021-03-12 16:19:43 +01:00
//---
// Just UI: Compile-time configuration
//---
#ifndef _JUSTUI_CONFIG
#define _JUSTUI_CONFIG
#define J_VERSION "@JustUI_VERSION@"
#endif /* _JUSTUI_CONFIG */