diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-06 21:01:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-06 21:01:57 (GMT) |
commit | 70b14df3f06177a1e65dfc9eb4bb4c0b0938a2a2 (patch) | |
tree | f66ae18d6744c5be0a92bda9b6e5bb69bdb51f54 /Source/cmDSPWriter.h | |
parent | 2a7964e310d56a0e36e3c8581ca6b4904da03e41 (diff) | |
download | CMake-70b14df3f06177a1e65dfc9eb4bb4c0b0938a2a2.zip CMake-70b14df3f06177a1e65dfc9eb4bb4c0b0938a2a2.tar.gz CMake-70b14df3f06177a1e65dfc9eb4bb4c0b0938a2a2.tar.bz2 |
BUG: fix depends for libraries and executables in the same dir
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; |