summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-13 21:10:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-13 21:10:48 (GMT)
commit3206db15b37c29a4f9d7edd5695db52a885ef3f4 (patch)
treee753fd2673e2d05e518ac7ed9036ab00b94f84e9 /Source/cmCTest.h
parent655ba54e2d74f50441829001995a4e1ce1a1ae88 (diff)
downloadCMake-3206db15b37c29a4f9d7edd5695db52a885ef3f4.zip
CMake-3206db15b37c29a4f9d7edd5695db52a885ef3f4.tar.gz
CMake-3206db15b37c29a4f9d7edd5695db52a885ef3f4.tar.bz2
ENH: Properly propagate config type to test
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 437bb1f..962431a 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -269,6 +269,9 @@ public:
//! Set the output log file name
void SetOutputLogFileName(const char* name);
+ //! Set the visual studio or Xcode config type
+ void SetConfigType(const char* ct);
+
//! Various log types
enum {
DEBUG = 0,