summaryrefslogtreecommitdiff
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-08 17:12:38 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-08 17:12:38 -0500
commitf6f765e86f88210025d8cec8be562835972ad102 (patch)
treec606e9d37414057b4d1fc508a155f43cfcf70aee /Source/cmXCodeObject.h
parent25cc03fd6fd6467b8b18a36d7da518ac643773fe (diff)
downloadcmake-f6f765e86f88210025d8cec8be562835972ad102.tar.gz
ENH: add link library stuff
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r--Source/cmXCodeObject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h
index 89990737f5..b1e29976c7 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)
{