diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-08 22:12:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-08 22:12:38 (GMT) |
commit | f6f765e86f88210025d8cec8be562835972ad102 (patch) | |
tree | c606e9d37414057b4d1fc508a155f43cfcf70aee /Source/cmXCodeObject.h | |
parent | 25cc03fd6fd6467b8b18a36d7da518ac643773fe (diff) | |
download | CMake-f6f765e86f88210025d8cec8be562835972ad102.zip CMake-f6f765e86f88210025d8cec8be562835972ad102.tar.gz CMake-f6f765e86f88210025d8cec8be562835972ad102.tar.bz2 |
ENH: add link library stuff
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 8999073..b1e2997 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -27,6 +27,10 @@ public: m_String += s; m_String += "\""; } + const char* GetString() + { + return m_String.c_str(); + } void AddAttribute(const char* name, cmXCodeObject* value) { |