1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

forgot config.h.in

This commit is contained in:
Perttu Ahola 2011-01-08 17:35:41 +02:00
parent 9fbb0889a7
commit 7862a6f68d

10
src/config.h.in Normal file
View file

@ -0,0 +1,10 @@
// Filled in by the build system
#ifndef CONFIG_H
#define CONFIG_H
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
#define BUILD_INFO "BUILD_DATE=@BUILD_DATE@ RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@"
#endif