diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-09 14:57:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-09 14:57:23 (GMT) |
commit | b0bc59f70988d169dd0c00ccecc19e42548fcd9f (patch) | |
tree | 8bdfad578d85761e0314e1cd4cc12fe96015adb0 /Source/cmGlobalGenerator.h | |
parent | 976424f8d3aec590364e935d5b61905c7c91db83 (diff) | |
download | CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.zip CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.gz CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.bz2 |
ENH: commit fix for putting everything in the build on vs
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 d95a555..90a907e 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -168,6 +168,9 @@ public: ///! Find a target by name by searching the local generators. cmTarget* FindTarget(const char* project, const char* name); + /** If check to see if the target is linked to by any other + target in the project */ + bool IsDependedOn(const char* project, cmTarget* target); ///! Find a local generator by its startdirectory cmLocalGenerator* FindLocalGenerator(const char* start_dir); |