diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-10 15:12:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-10 15:12:56 (GMT) |
commit | c8c3bd7acd88455772f0301062856e0d9622db31 (patch) | |
tree | fdec66913bf2cccfe2ad889798cd337fb1b35ab7 /Source/cmGlobalGenerator.h | |
parent | da21bc79bb50059a658c9f7304852b5a307e92a1 (diff) | |
download | CMake-c8c3bd7acd88455772f0301062856e0d9622db31.zip CMake-c8c3bd7acd88455772f0301062856e0d9622db31.tar.gz CMake-c8c3bd7acd88455772f0301062856e0d9622db31.tar.bz2 |
ENH: merge from main tree fix for vs all build qt and mpi2
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); |