diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2005-10-04 19:09:00 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2005-10-04 19:09:00 (GMT) |
commit | 13627538b9330e0a82f9c570fbdff52df1392c24 (patch) | |
tree | 85e5ed43c891300b434be93dca42dbc88b71605c /Source/kwsys/testSystemTools.h.in | |
parent | 89569f07eda48a5896a153d5b9d123cc05776f3a (diff) | |
download | CMake-13627538b9330e0a82f9c570fbdff52df1392c24.zip CMake-13627538b9330e0a82f9c570fbdff52df1392c24.tar.gz CMake-13627538b9330e0a82f9c570fbdff52df1392c24.tar.bz2 |
ENH: add kwsys test for DetectFileType
Diffstat (limited to 'Source/kwsys/testSystemTools.h.in')
-rw-r--r-- | Source/kwsys/testSystemTools.h.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemTools.h.in b/Source/kwsys/testSystemTools.h.in new file mode 100644 index 0000000..a96f39e --- /dev/null +++ b/Source/kwsys/testSystemTools.h.in @@ -0,0 +1,20 @@ +/*========================================================================= + + Program: KWSys - Kitware System Library + Module: $RCSfile$ + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm 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. + +=========================================================================*/ +#ifndef @KWSYS_NAMESPACE@_testSystemtools_h +#define @KWSYS_NAMESPACE@_testSystemtools_h + +#define TEST_SYSTEMTOOLS_EXE "@TEST_SYSTEMTOOLS_EXE@" +#define TEST_SYSTEMTOOLS_SRC "@TEST_SYSTEMTOOLS_SRC@" + +#endif |