summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-10 15:12:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-10 15:12:56 (GMT)
commitc8c3bd7acd88455772f0301062856e0d9622db31 (patch)
treefdec66913bf2cccfe2ad889798cd337fb1b35ab7 /Source/cmGlobalGenerator.h
parentda21bc79bb50059a658c9f7304852b5a307e92a1 (diff)
downloadCMake-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.h3
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);