]> git.lyx.org Git - lyx.git/blob - development/cmake/lyx_commit_hash.h.cmake
Cmake build: Distinguish between PROGRAM_SUFFIX and LYX_VERSION
[lyx.git] / development / cmake / lyx_commit_hash.h.cmake
1 /*
2  * \file lyx_commit_hash.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * This is the compilation configuration file for LyX.
7  * It was generated by cmake.
8  * You might want to change some of the defaults if something goes wrong
9  * during the compilation.
10  */
11
12 #ifndef _LYX_COMMIT_HASH_H
13 #define _LYX_COMMIT_HASH_H
14
15 #define LYX_GIT_COMMIT_HASH "${LYX_GIT_COMMIT_HASH}"
16
17 #endif
18