summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index de216f3..d6444c9 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -181,6 +181,10 @@ public:
target property. */
const char* GetLocation(const char* config);
+ /** Get the location of the target in the build tree for use by ctest.
+ May make use of the CTEST_TEST_CONFIGURATION variable in ctest. */
+ const char* GetTestLocation(const char* config);
+
/** Get the target major and minor version numbers interpreted from
the VERSION property. Version 0 is returned if the property is
not set or cannot be parsed. */