]> git.lizzy.rs Git - dragonfireclient.git/blob - src/cmake_config.h.in
Check the data path before usage
[dragonfireclient.git] / src / cmake_config.h.in
1 // Filled in by the build system
2
3 #ifndef CMAKE_CONFIG_H
4 #define CMAKE_CONFIG_H
5
6 #define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
7 #define VERSION_STRING "@VERSION_STRING@"
8 #ifdef NDEBUG
9         #define BUILD_TYPE "Release"
10 #else
11         #define BUILD_TYPE "Debug"
12 #endif
13 #define BUILD_INFO "VER="VERSION_STRING" RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@ BUILD_TYPE="BUILD_TYPE
14
15 #endif
16