diff options
author | Brad King <brad.king@kitware.com> | 2009-03-09 16:19:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-03-09 16:19:27 (GMT) |
commit | a86e81c3589d64a2a777b1b90490cb80b951d983 (patch) | |
tree | d704564ea129aa9b121bb1cd7c99b184700099d4 /Source/CTest/cmCTestCoverageHandler.h | |
parent | b9323d2dd6fd96505cca5132529e0e6b854bdf10 (diff) | |
download | CMake-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.h | 4 |
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. |