diff options
Diffstat (limited to 'Source/cmUnixMakefile.h')
-rw-r--r-- | Source/cmUnixMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefile.h b/Source/cmUnixMakefile.h index 220a07d..9899f70 100644 --- a/Source/cmUnixMakefile.h +++ b/Source/cmUnixMakefile.h @@ -30,6 +30,7 @@ public: */ void OutputMakefile(const char* file); protected: + void OutputDependLibraries(std::ostream&); void OutputDepends(std::ostream&); }; |