src/proto2/config.h.in
author terom
Sun, 09 Nov 2008 20:40:46 +0000
changeset 24 b81cb670e6b2
parent 6 faa4e777cc6e
permissions -rw-r--r--
the great :retab
6
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     1
#ifndef @PROJECT_SHORT_NAME@_CONFIG_H
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     2
#define @PROJECT_SHORT_NAME@_CONFIG_H
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     3
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     4
/* Note: CMake autogenerates build/src/config.h from src/config.h.in */
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     5
/* #include "config.h" to use the generated file */
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     6
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     7
#define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     8
#define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
     9
#define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
    10
#define PROJECT_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@"
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
    11
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
    12
#endif
faa4e777cc6e fiddle with cmake, fix some compile errors
terom
parents:
diff changeset
    13