diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
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. */ |