mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
0ea6654228
need now only changes in the list of header files in ConfigureChecks.cmake.
18 lines
410 B
CMake
18 lines
410 B
CMake
/*
|
|
* \file configIncludes.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_INCLUDES_H
|
|
#define _CONFIG_INCLUDES_H
|
|
|
|
${Include_Defines}
|
|
|
|
#endif
|