summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-08 22:12:38 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-08 22:12:38 (GMT)
commitf6f765e86f88210025d8cec8be562835972ad102 (patch)
treec606e9d37414057b4d1fc508a155f43cfcf70aee /Source/cmXCodeObject.h
parent25cc03fd6fd6467b8b18a36d7da518ac643773fe (diff)
downloadCMake-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.h4
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)
{