33 lines
1.3 KiB
C
33 lines
1.3 KiB
C
/*=========================================================================
|
|
|
|
Program: CMake - Cross-Platform Makefile Generator
|
|
Module: $RCSfile$
|
|
Language: C++
|
|
Date: $Date$
|
|
Version: $Revision$
|
|
|
|
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
|
|
See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
|
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE. See the above copyright notices for more information.
|
|
|
|
=========================================================================*/
|
|
#cmakedefine CMAKE_NO_STD_NAMESPACE
|
|
#cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
|
|
#cmakedefine CMAKE_NO_ANSI_STRING_STREAM
|
|
#cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
|
|
#cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
|
|
#cmakedefine HAVE_UNSETENV
|
|
#cmakedefine CMAKE_USE_ELF_PARSER
|
|
#cmakedefine CMAKE_STRICT
|
|
#define CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
|
|
#define CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
|
|
|
|
#define CMake_VERSION_MAJOR @CMake_VERSION_MAJOR@
|
|
#define CMake_VERSION_MINOR @CMake_VERSION_MINOR@
|
|
#define CMake_VERSION_PATCH @CMake_VERSION_PATCH@
|
|
#cmakedefine CMake_VERSION_RC @CMake_VERSION_RC@
|
|
#define CMAKE_DATA_DIR "@CMAKE_DATA_DIR@"
|