lyx_mirror/development/cmake/configIncludes.cmake
Kornel Benko 0ea6654228 Cmake build: Creating a define for a header file found
need now only changes in the list of header files in ConfigureChecks.cmake.
2013-02-12 19:01:16 +01:00

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