summaryrefslogtreecommitdiff
path: root/Source/cmLocalXCodeGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-16 16:12:17 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-16 16:12:17 -0500
commitca0230a33eea074a7beee74dd1ecc50134068359 (patch)
treef7daeb6c8c5d353f16c011976b841e116706336b /Source/cmLocalXCodeGenerator.h
parent4d325a45977a00db6d0a8872d751b6cb41071b41 (diff)
downloadcmake-ca0230a33eea074a7beee74dd1ecc50134068359.tar.gz
ENH: check in initial conv library stuff
Diffstat (limited to 'Source/cmLocalXCodeGenerator.h')
-rw-r--r--Source/cmLocalXCodeGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h
index 6882de4cbc..8ab946739d 100644
--- a/Source/cmLocalXCodeGenerator.h
+++ b/Source/cmLocalXCodeGenerator.h
@@ -32,6 +32,11 @@ public:
cmLocalXCodeGenerator();
virtual ~cmLocalXCodeGenerator();
+ void GetTargetObjectFileDirectories(cmTarget* target,
+ std::vector<std::string>&
+ dirs);
+ // return the source name for the object file
+ virtual std::string GetSourceObjectName(cmSourceFile& );
private:
};