mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
ae04b1a18e
We have to apply configure_file() twice, therefor the new file.
18 lines
413 B
CMake
18 lines
413 B
CMake
/*
|
|
* \file configFunctions.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 _CONFIG_FUNCTIONS_H
|
|
#define _CONFIG_FUNCTION_H
|
|
|
|
${Function_Defines}
|
|
|
|
#endif
|