forgot config.h.in

This commit is contained in:
Perttu Ahola 2011-01-08 17:35:41 +02:00
parent 9fbb0889a7
commit 7862a6f68d
1 changed files with 10 additions and 0 deletions

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