summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-16 21:35:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-16 21:35:32 (GMT)
commitcb73410ccb8d2c05085b8fc5551215214bf12edd (patch)
tree8d9e562959db6e434bf9288716b5c3f05a4f7112 /Source/cmMakefile.h
parentae63ae6a6e48d2c502c7318dce66398183e6dbe4 (diff)
downloadCMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.zip
CMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.tar.gz
CMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.tar.bz2
ENH: more tests are passing
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 6855819..4f99b5c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -433,6 +433,7 @@ public:
cmTargets &GetTargets() { return m_Targets; }
const cmTargets &GetTargets() const { return m_Targets; }
+ cmTarget* FindTarget(const char* name);
/**
* Get a list of the build subdirectories.
*/