odyssey/core/od_build.h.cmake

13 lines
170 B
CMake

#ifndef OD_BUILD_H_
#define OD_BUILD_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
#cmakedefine OD_GIT_VERSION "@OD_GIT_VERSION@"
#endif