2009-09-28 11:43:28 -04:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2007-07-27 10:55:24 -04:00
|
|
|
|
2009-09-28 11:43:28 -04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2007-07-27 10:55:24 -04:00
|
|
|
|
2009-09-28 11: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 09:39:13 -05:00
|
|
|
#define CMAKE_BINARY_DIR "${CMake_BINARY_DIR}"
|
2003-05-05 08:42:44 -04:00
|
|
|
#define EXECUTABLE_OUTPUT_PATH "${EXECUTABLE_OUTPUT_PATH}"
|
2001-06-27 09:17:12 -04:00
|
|
|
#define MAKEPROGRAM "${MAKEPROGRAM}"
|
2001-11-14 18:12:22 -05:00
|
|
|
#define CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
2002-03-29 10:06:30 -05:00
|
|
|
#define DART_MAKECOMMAND "${MAKECOMMAND}"
|