diff options
Diffstat (limited to 'Source/cmGlobalXCode21Generator.h')
-rw-r--r-- | Source/cmGlobalXCode21Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCode21Generator.h b/Source/cmGlobalXCode21Generator.h index e9cb19f..d585e0e 100644 --- a/Source/cmGlobalXCode21Generator.h +++ b/Source/cmGlobalXCode21Generator.h @@ -32,6 +32,9 @@ public: virtual void WriteXCodePBXProj(std::ostream& fout, cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); + + ///! What is the configurations directory variable called? + virtual const char* GetCMakeCFGInitDirectory() { return "$(CONFIGURATION)"; } }; #endif |