summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-11-03 21:46:30 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-11-03 21:46:30 (GMT)
commit85912a37772b9ceea1ef3b22b0ed9d1c94e9f5b4 (patch)
treedc05636eedbbd3a782c5d06e0c5c81b6c7f07b54 /Source/CTest/cmCTestBuildCommand.h
parentb9e88cd4c8ed6f0e4e0fd05f1e01694cba906b6c (diff)
downloadCMake-85912a37772b9ceea1ef3b22b0ed9d1c94e9f5b4.zip
CMake-85912a37772b9ceea1ef3b22b0ed9d1c94e9f5b4.tar.gz
CMake-85912a37772b9ceea1ef3b22b0ed9d1c94e9f5b4.tar.bz2
Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build command
Diffstat (limited to 'Source/CTest/cmCTestBuildCommand.h')
-rw-r--r--Source/CTest/cmCTestBuildCommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildCommand.h b/Source/CTest/cmCTestBuildCommand.h
index 8122eee..228067e 100644
--- a/Source/CTest/cmCTestBuildCommand.h
+++ b/Source/CTest/cmCTestBuildCommand.h
@@ -82,6 +82,10 @@ protected:
ctb_BUILD = ct_LAST,
ctb_NUMBER_ERRORS,
ctb_NUMBER_WARNINGS,
+ ctb_TARGET,
+ ctb_CONFIGURATION,
+ ctb_FLAGS,
+ ctb_PROJECT_NAME,
ctb_LAST
};