diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-09-13 14:39:42 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-09-13 14:39:42 (GMT) |
commit | 2a45d5cd684c835f6e97c28ef997ef5824f4827d (patch) | |
tree | 03d597745a3d1cb9c7b7923ca60c6ae420eee04e /Source/cmGlobalGenerator.h | |
parent | c09a1fa7993fae6e2f73be8a82677529c29b8c59 (diff) | |
download | CMake-2a45d5cd684c835f6e97c28ef997ef5824f4827d.zip CMake-2a45d5cd684c835f6e97c28ef997ef5824f4827d.tar.gz CMake-2a45d5cd684c835f6e97c28ef997ef5824f4827d.tar.bz2 |
ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES
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 6ed8609..5552b50 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -146,6 +146,9 @@ public: ///! Find a target by name by searching the local generators. cmTarget* FindTarget(const char* project, const char* name); + ///! Find a local generator by its startdirectory + cmLocalGenerator* FindLocalGenerator(const char* start_dir); + protected: // Fill the m_ProjectMap, this must be called after m_LocalGenerators has been populated. void FillProjectMap(); |