diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 22:35:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 22:35:35 (GMT) |
commit | c4156b4531668adc0dc9bf37f42758d6db03ff68 (patch) | |
tree | 37762d0fda6dadd103b9b4dc2f08facd77cffc35 /Source/cmGlobalGenerator.h | |
parent | 46757656011165aa8c857523c8770cd0ea80c3da (diff) | |
download | CMake-c4156b4531668adc0dc9bf37f42758d6db03ff68.zip CMake-c4156b4531668adc0dc9bf37f42758d6db03ff68.tar.gz CMake-c4156b4531668adc0dc9bf37f42758d6db03ff68.tar.bz2 |
COMP: Even more global target fixes
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 92b618c..5864738 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -131,6 +131,9 @@ public: ///! What is the output extension for a given source file extension. const char* GetLanguageOutputExtensionFromExtension(const char* lang); + ///! What is the configurations directory variable called? + virtual const char* GetCMakeCFGInitDirectory() { return "."; } + /** * Convert the given remote path to a relative path with respect to * the given local path. The local path must be given in component |