diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-13 21:10:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-13 21:10:48 (GMT) |
commit | 3206db15b37c29a4f9d7edd5695db52a885ef3f4 (patch) | |
tree | e753fd2673e2d05e518ac7ed9036ab00b94f84e9 /Source/cmCTest.h | |
parent | 655ba54e2d74f50441829001995a4e1ce1a1ae88 (diff) | |
download | CMake-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.h | 3 |
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, |