diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-19 18:20:27 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-19 18:20:27 (GMT) |
commit | 09699018ccccf654ce6ca4d0b84e3e2a973f5c22 (patch) | |
tree | 8ce7ba16e859b5f7c5340bbff22ea852618f7ead /Source/cmTarget.h | |
parent | 314f5f60a08cc2366a18126fdc69aa367a01b046 (diff) | |
download | CMake-09699018ccccf654ce6ca4d0b84e3e2a973f5c22.zip CMake-09699018ccccf654ce6ca4d0b84e3e2a973f5c22.tar.gz CMake-09699018ccccf654ce6ca4d0b84e3e2a973f5c22.tar.bz2 |
ENH: turn on spaces in path test
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
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. */ |