mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
forgot config.h.in
This commit is contained in:
parent
9fbb0889a7
commit
7862a6f68d
10
src/config.h.in
Normal file
10
src/config.h.in
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user