changeset 6 | faa4e777cc6e |
5:617813994ab1 | 6:faa4e777cc6e |
---|---|
1 #ifndef @PROJECT_SHORT_NAME@_CONFIG_H |
|
2 #define @PROJECT_SHORT_NAME@_CONFIG_H |
|
3 |
|
4 /* Note: CMake autogenerates build/src/config.h from src/config.h.in */ |
|
5 /* #include "config.h" to use the generated file */ |
|
6 |
|
7 #define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@" |
|
8 #define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@" |
|
9 #define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@" |
|
10 #define PROJECT_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@" |
|
11 |
|
12 #endif |
|
13 |