diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-26 15:10:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-26 15:10:41 (GMT) |
commit | f7063fc6612ad461e0d1a6dbc5a6da2366c0812e (patch) | |
tree | 8da6d57c76a902acc2fb253fb7e8030a41a0f799 /Source/cmCTest.h | |
parent | cbe845f7ef7a998a3b41f42ac5696432176a0a21 (diff) | |
download | CMake-f7063fc6612ad461e0d1a6dbc5a6da2366c0812e.zip CMake-f7063fc6612ad461e0d1a6dbc5a6da2366c0812e.tar.gz CMake-f7063fc6612ad461e0d1a6dbc5a6da2366c0812e.tar.bz2 |
ENH: Add method to populate custom integers
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 2039350..2fdb033 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -172,6 +172,7 @@ public: static void PopulateCustomVector(cmMakefile* mf, const char* definition, tm_VectorOfStrings& vec); + static void PopulateCustomInteger(cmMakefile* mf, const char* def, int& val); std::string GetToplevelPath(); |