diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-10-10 15:49:17 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-10-10 15:49:17 (GMT) |
commit | 345fb993aa1808cbb34136c20ab878c6330c4f77 (patch) | |
tree | 6903ce233b76f38da756439664b672d63667cdb4 /Source/cmTarget.h | |
parent | 63185c1388f76dace825ed46decbeccc3626e956 (diff) | |
download | CMake-345fb993aa1808cbb34136c20ab878c6330c4f77.zip CMake-345fb993aa1808cbb34136c20ab878c6330c4f77.tar.gz CMake-345fb993aa1808cbb34136c20ab878c6330c4f77.tar.bz2 |
ENH: some fixes for better backwards compatibility
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index c1c68e9..bae1eb9 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -63,7 +63,8 @@ public: ///! Set the cmMakefile that owns this target void SetMakefile(cmMakefile *mf) { m_Makefile = mf; }; - + cmMakefile *GetMakefile() { return m_Makefile;}; + /** * Get the list of the custom commands for this target */ |