summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-03-09 16:19:27 (GMT)
committerBrad King <brad.king@kitware.com>2009-03-09 16:19:27 (GMT)
commita86e81c3589d64a2a777b1b90490cb80b951d983 (patch)
treed704564ea129aa9b121bb1cd7c99b184700099d4 /Source/CTest/cmCTestCoverageHandler.h
parentb9323d2dd6fd96505cca5132529e0e6b854bdf10 (diff)
downloadCMake-a86e81c3589d64a2a777b1b90490cb80b951d983.zip
CMake-a86e81c3589d64a2a777b1b90490cb80b951d983.tar.gz
CMake-a86e81c3589d64a2a777b1b90490cb80b951d983.tar.bz2
ENH: Generate a central list of target directories
This generalizes the previous CMakeFiles/LabelFiles.txt created at the top of the build tree to a CMakeFiles/TargetDirectories.txt file. It lists the target support directories for all targets in the project. Labels can still be loaded by looking for Labels.txt files in each target directory.
Diffstat (limited to 'Source/CTest/cmCTestCoverageHandler.h')
-rw-r--r--Source/CTest/cmCTestCoverageHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.h b/Source/CTest/cmCTestCoverageHandler.h
index 48894fb..46bcec1 100644
--- a/Source/CTest/cmCTestCoverageHandler.h
+++ b/Source/CTest/cmCTestCoverageHandler.h
@@ -152,9 +152,9 @@ private:
std::vector<std::string> Labels;
int GetLabelId(std::string const& label);
- // Load reading and writing methods.
+ // Label reading and writing methods.
void LoadLabels();
- void LoadLabels(const char* fname);
+ void LoadLabels(const char* dir);
void WriteXMLLabels(std::ofstream& os, std::string const& source);
// Label-based filtering.