diff options
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r-- | Source/cmDSPWriter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h index f1a2003..9d82696 100644 --- a/Source/cmDSPWriter.h +++ b/Source/cmDSPWriter.h @@ -61,7 +61,7 @@ public: { return m_Makefile; } - + bool NeedsDependencies(const char* dspname); private: std::string m_DSPHeaderTemplate; std::string m_DSPFooterTemplate; @@ -86,6 +86,7 @@ private: std::string m_IncludeOptions; std::string m_LibraryOptions; + std::string m_OutputLibName; cmMakefile* m_Makefile; BuildType m_BuildType; std::vector<std::string> m_Configurations; |