2009-09-28 19:43:28 +04:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2007-07-27 18:55:24 +04:00
|
|
|
|
2009-09-28 19:43:28 +04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2007-07-27 18:55:24 +04:00
|
|
|
|
2009-09-28 19:43:28 +04:00
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
See the License for more information.
|
|
|
|
============================================================================*/
|
2002-04-05 18:39:13 +04:00
|
|
|
#define CMAKE_BINARY_DIR "${CMake_BINARY_DIR}"
|
2003-05-05 16:42:44 +04:00
|
|
|
#define EXECUTABLE_OUTPUT_PATH "${EXECUTABLE_OUTPUT_PATH}"
|
2001-06-27 17:17:12 +04:00
|
|
|
#define MAKEPROGRAM "${MAKEPROGRAM}"
|
2001-11-15 02:12:22 +03:00
|
|
|
#define CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
2002-03-29 18:06:30 +03:00
|
|
|
#define DART_MAKECOMMAND "${MAKECOMMAND}"
|