Eobj: Initial commit.
[profile/ivi/eobj.git] / cmakeconfig.h.in
1 #define PACKAGE "@CMAKE_PROJECT_NAME@"
2 #define PACKAGE_NAME PACKAGE
3 #define VERSION "@EOBJ_VERSION@"
4 #define VMAJ @EOBJ_VERSION_MAJOR@
5 #define VMIN @EOBJ_VERSION_MINOR@
6 #define VMIC @EOBJ_VERSION_MICRO@
7
8 #cmakedefine HAVE___ATTRIBUTE__
9 #ifdef HAVE___ATTRIBUTE__
10 #define __UNUSED__ __attribute__((unused))
11 #else
12 #define __UNUSED__
13 #endif