2009-09-28 19:37:35 +04:00
|
|
|
/*============================================================================
|
|
|
|
KWSys - Kitware System Library
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2005-10-04 23:09:00 +04:00
|
|
|
|
2009-09-28 19:37:35 +04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2005-10-04 23:09:00 +04:00
|
|
|
|
2009-09-28 19:37:35 +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.
|
|
|
|
============================================================================*/
|
2005-10-04 23:09:00 +04:00
|
|
|
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h
|
|
|
|
#define @KWSYS_NAMESPACE@_testSystemtools_h
|
|
|
|
|
2006-03-10 23:38:35 +03:00
|
|
|
#define EXECUTABLE_OUTPUT_PATH "@CMAKE_CURRENT_BINARY_DIR@"
|
2006-03-10 22:53:42 +03:00
|
|
|
|
2005-10-07 01:16:07 +04:00
|
|
|
#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@"
|
2005-10-06 00:06:45 +04:00
|
|
|
#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@"
|
2005-10-04 23:09:00 +04:00
|
|
|
|
|
|
|
#endif
|