src/proto2/config.h.in
changeset 185 25becd2cb026
parent 184 561892e2a30e
child 186 0738f2949a2b
equal deleted inserted replaced
184:561892e2a30e 185:25becd2cb026
     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