src/config.h.in
author saiam
Sun, 30 Nov 2008 23:45:01 +0000
changeset 154 78d144a48354
parent 0 c8174cf25e06
child 396 e1a24791d192
permissions -rw-r--r--
This version has a nasty bug in collision detection. We'll get rid of it by making the collision detection to return te point
of collision.
#ifndef @PROJECT_SHORT_NAME@_CONFIG_H
#define @PROJECT_SHORT_NAME@_CONFIG_H

/* Note: CMake autogenerates build/src/config.h from src/config.h.in */
/* #include "config.h" to use the generated file */

#define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
#define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
#define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"
#define PROJECT_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@"

#endif