lyx_mirror/development/cmake/lyx_date.h.cmake
Kornel Benko 854b168d17 Cmake build:
Correct dependencies for version-info also at build-time
(not only at configure time)
2012-11-01 13:00:19 +01:00

19 lines
408 B
CMake

/*
* \file lyx_date.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* This is the compilation configuration file for LyX.
* It was generated by cmake.
* You might want to change some of the defaults if something goes wrong
* during the compilation.
*/
#ifndef _LYX_DATE_H
#define _LYX_DATE_H
#cmakedefine LYX_DATE "${LYX_DATE}"
#endif